Html Css Color HEX #C86CC8 Orchid

📋 copy color: '#C86CC8'

red 200 ◦ green 108 ◦ blue 200

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

Shades of Orchid #C86CC8

Tints of Orchid #C86CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 39.37%
G = 21.26%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C86CC8 (or 0xC86CC8) is known color: Orchid. HEX triplet: C8, 6C and C8. RGB value is (200,108,200). Sum of RGB (Red+Green+Blue) = 200+108+200=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C86CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CC8 is #379337. Grayscale: #919191. Windows color (decimal): -3642168 or 13135048. OLE color: 13135048.

HSL color Cylindrical-coordinate representation of color #C86CC8: hue angle of 300º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86CC8 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 200 -
CMYK 0 0.46 0 0.22
HSL 300º 0.46% 0.6% -
HSV(B) 300º 0.46% 0.78% -
XYZ 39.61 27.17 57.8 -
YUV 146 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 200 108 200 0 0.46 0 0.22 300 0.46 0.6
Hex C8 6C C8 0 2E 0 16 12C 2E 3C
Octal 310 154 310 0 56 0 26 454 56 74
Binary 11001000 1101100 11001000 0 101110 0 10110 100101100 101110 111100

Color Harmonies of #C86CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CC8

Black with #C86CC8

Text Example


Text Example

White with #C86CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CC8; }

 p { color: rgb(200,108,200); }

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

background-color css

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

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

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

border-color css

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

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

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