Html Css Color HEX #C86ECB Orchid

📋 copy color: '#C86ECB'

red 200 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C86ECB

Tints of Orchid #C86ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

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

R = 38.99%
G = 21.44%
B = 39.57%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86ECB (or 0xC86ECB) is known color: Orchid. HEX triplet: C8, 6E and CB. RGB value is (200,110,203). Sum of RGB (Red+Green+Blue) = 200+110+203=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C86ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ECB is #379134. Grayscale: #939393. Windows color (decimal): -3641653 or 13332168. OLE color: 13332168.

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

Color convert

RGB 200 110 203 -
CMYK 0.01 0.46 0 0.20
HSL 298.06º 0.47% 0.61% -
HSV(B) 298.06º 0.46% 0.8% -
XYZ 40.17 27.74 59.74 -
YUV 147.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 200 110 203 0.01 0.46 0 0.20 298.06 0.47 0.61
Hex C8 6E CB 1 2E 0 14 12A 2F 3D
Octal 310 156 313 1 56 0 24 452 57 75
Binary 11001000 1101110 11001011 1 101110 0 10100 100101010 101111 111101

Color Harmonies of #C86ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ECB

Black with #C86ECB

Text Example


Text Example

White with #C86ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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