Html Css Color HEX #C568CE Medium Orchid

📋 copy color: '#C568CE'

red 197 ◦ green 104 ◦ blue 206

#C568CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C568CE

Tints of Medium Orchid #C568CE

RGB

 RED value IS 197 (77.34% from 255) = 38.86%

 GREEN value IS 104 (41.02% from 255) = 20.51%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 38.86%
G = 20.51%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C568CE (or 0xC568CE) is known color: Medium Orchid. HEX triplet: C5, 68 and CE. RGB value is (197,104,206). Sum of RGB (Red+Green+Blue) = 197+104+206=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C568CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CE is #3A9731. Grayscale: #8F8F8F. Windows color (decimal): -3839794 or 13527237. OLE color: 13527237.

HSL color Cylindrical-coordinate representation of color #C568CE: hue angle of 294.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C568CE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 104 206 -
CMYK 0.04 0.50 0 0.19
HSL 294.71º 0.51% 0.61% -
HSV(B) 294.71º 0.5% 0.81% -
XYZ 39.12 26.23 61.39 -
YUV 143.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 197 104 206 0.04 0.50 0 0.19 294.71 0.51 0.61
Hex C5 68 CE 4 32 0 13 127 33 3D
Octal 305 150 316 4 62 0 23 447 63 75
Binary 11000101 1101000 11001110 100 110010 0 10011 100100111 110011 111101

Color Harmonies of #C568CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568CE

Black with #C568CE

Text Example


Text Example

White with #C568CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568CE; }

 p { color: rgb(197,104,206); }

 H1.HeaderClassName
 {
   color: #C568CE;
 }
 .AnyTagClassName
 {
   color: #C568CE;
 }
</style>

background-color css

<style>
 a { background-color: #C568CE; }

 a { background-color: rgb(197,104,206); }

 div.DivClassName
 {
   background-color: #C568CE;
 }
 .BgClassName
 {
   background-color: #C568CE;
 }
</style>

border-color css

<style>
 span { border-color: #C568CE; }

 span { border-color: rgb(197,104,206); }

 td.TdClassName
 {
   border-color: #C568CE;
 }
 .TagClassName
 {
   border-color: #C568CE;
 }
</style>