Html Css Color HEX #C86CCB Orchid

📋 copy color: '#C86CCB'

red 200 ◦ green 108 ◦ blue 203

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

Shades of Orchid #C86CCB

Tints of Orchid #C86CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 39.14%
G = 21.14%
B = 39.73%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86CCB (or 0xC86CCB) is known color: Orchid. HEX triplet: C8, 6C and CB. RGB value is (200,108,203). Sum of RGB (Red+Green+Blue) = 200+108+203=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C86CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCB is #379334. Grayscale: #929292. Windows color (decimal): -3642165 or 13331656. OLE color: 13331656.

HSL color Cylindrical-coordinate representation of color #C86CCB: hue angle of 298.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86CCB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 108 203 -
CMYK 0.01 0.47 0 0.20
HSL 298.11º 0.48% 0.61% -
HSV(B) 298.11º 0.47% 0.8% -
XYZ 39.96 27.32 59.67 -
YUV 146.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 200 108 203 0.01 0.47 0 0.20 298.11 0.48 0.61
Hex C8 6C CB 1 2F 0 14 12A 30 3D
Octal 310 154 313 1 57 0 24 452 60 75
Binary 11001000 1101100 11001011 1 101111 0 10100 100101010 110000 111101

Color Harmonies of #C86CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CCB

Black with #C86CCB

Text Example


Text Example

White with #C86CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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