Html Css Color HEX #C86FC2 Orchid

📋 copy color: '#C86FC2'

red 200 ◦ green 111 ◦ blue 194

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

Shades of Orchid #C86FC2

Tints of Orchid #C86FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 39.6%
G = 21.98%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C86FC2 (or 0xC86FC2) is known color: Orchid. HEX triplet: C8, 6F and C2. RGB value is (200,111,194). Sum of RGB (Red+Green+Blue) = 200+111+194=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FC2 is #37903D. Grayscale: #929292. Windows color (decimal): -3641406 or 12742600. OLE color: 12742600.

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

Color convert

RGB 200 111 194 -
CMYK 0 0.44 0.03 0.22
HSL 304.05º 0.45% 0.61% -
HSV(B) 304.05º 0.45% 0.78% -
XYZ 39.24 27.54 54.29 -
YUV 147.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 200 111 194 0 0.44 0.03 0.22 304.05 0.45 0.61
Hex C8 6F C2 0 2C 3 16 130 2D 3D
Octal 310 157 302 0 54 3 26 460 55 75
Binary 11001000 1101111 11000010 0 101100 11 10110 100110000 101101 111101

Color Harmonies of #C86FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FC2

Black with #C86FC2

Text Example


Text Example

White with #C86FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FC2; }

 p { color: rgb(200,111,194); }

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

background-color css

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

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

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

border-color css

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

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

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