Html Css Color HEX #C868D0 Orchid

📋 copy color: '#C868D0'

red 200 ◦ green 104 ◦ blue 208

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

Shades of Orchid #C868D0

Tints of Orchid #C868D0

RGB

 RED value IS 200 (78.52% from 255) = 39.06%

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 39.06%
G = 20.31%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C868D0 (or 0xC868D0) is known color: Orchid. HEX triplet: C8, 68 and D0. RGB value is (200,104,208). Sum of RGB (Red+Green+Blue) = 200+104+208=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #C868D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868D0 is #37972F. Grayscale: #909090. Windows color (decimal): -3643184 or 13658312. OLE color: 13658312.

HSL color Cylindrical-coordinate representation of color #C868D0: hue angle of 295.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C868D0 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 104 208 -
CMYK 0.04 0.5 0 0.18
HSL 295.38º 0.53% 0.61% -
HSV(B) 295.38º 0.5% 0.82% -
XYZ 40.15 26.73 62.72 -
YUV 144.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 200 104 208 0.04 0.5 0 0.18 295.38 0.53 0.61
Hex C8 68 D0 4 32 0 12 127 35 3D
Octal 310 150 320 4 62 0 22 447 65 75
Binary 11001000 1101000 11010000 100 110010 0 10010 100100111 110101 111101

Color Harmonies of #C868D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868D0

Black with #C868D0

Text Example


Text Example

White with #C868D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868D0; }

 p { color: rgb(200,104,208); }

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

background-color css

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

 a { background-color: rgb(200,104,208); }

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

border-color css

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

 span { border-color: rgb(200,104,208); }

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