Html Css Color HEX #C86CE0 Orchid

📋 copy color: '#C86CE0'

red 200 ◦ green 108 ◦ blue 224

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

Shades of Orchid #C86CE0

Tints of Orchid #C86CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 37.59%
G = 20.3%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C86CE0 (or 0xC86CE0) is known color: Orchid. HEX triplet: C8, 6C and E0. RGB value is (200,108,224). Sum of RGB (Red+Green+Blue) = 200+108+224=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #C86CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CE0 is #37931F. Grayscale: #949494. Windows color (decimal): -3642144 or 14707912. OLE color: 14707912.

HSL color Cylindrical-coordinate representation of color #C86CE0: hue angle of 287.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86CE0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 108 224 -
CMYK 0.11 0.52 0 0.12
HSL 287.59º 0.65% 0.65% -
HSV(B) 287.59º 0.52% 0.88% -
XYZ 42.64 28.39 73.75 -
YUV 148.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 200 108 224 0.11 0.52 0 0.12 287.59 0.65 0.65
Hex C8 6C E0 B 34 0 C 120 41 41
Octal 310 154 340 13 64 0 14 440 101 101
Binary 11001000 1101100 11100000 1011 110100 0 1100 100100000 1000001 1000001

Color Harmonies of #C86CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CE0

Black with #C86CE0

Text Example


Text Example

White with #C86CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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