Html Css Color HEX #C86BCE Orchid

📋 copy color: '#C86BCE'

red 200 ◦ green 107 ◦ blue 206

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

Shades of Orchid #C86BCE

Tints of Orchid #C86BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

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

R = 38.99%
G = 20.86%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86BCE (or 0xC86BCE) is known color: Orchid. HEX triplet: C8, 6B and CE. RGB value is (200,107,206). Sum of RGB (Red+Green+Blue) = 200+107+206=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BCE is #379431. Grayscale: #919191. Windows color (decimal): -3642418 or 13528008. OLE color: 13528008.

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

Color convert

RGB 200 107 206 -
CMYK 0.03 0.48 0 0.19
HSL 296.36º 0.5% 0.61% -
HSV(B) 296.36º 0.48% 0.81% -
XYZ 40.22 27.25 61.53 -
YUV 146.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 200 107 206 0.03 0.48 0 0.19 296.36 0.5 0.61
Hex C8 6B CE 3 30 0 13 128 32 3D
Octal 310 153 316 3 60 0 23 450 62 75
Binary 11001000 1101011 11001110 11 110000 0 10011 100101000 110010 111101

Color Harmonies of #C86BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BCE

Black with #C86BCE

Text Example


Text Example

White with #C86BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BCE; }

 p { color: rgb(200,107,206); }

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

background-color css

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

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

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

border-color css

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

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

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