Html Css Color HEX #C86FCE Orchid

📋 copy color: '#C86FCE'

red 200 ◦ green 111 ◦ blue 206

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

Shades of Orchid #C86FCE

Tints of Orchid #C86FCE

RGB

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

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

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

R = 38.68%
G = 21.47%
B = 39.85%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86FCE (or 0xC86FCE) is known color: Orchid. HEX triplet: C8, 6F and CE. RGB value is (200,111,206). Sum of RGB (Red+Green+Blue) = 200+111+206=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCE is #379031. Grayscale: #949494. Windows color (decimal): -3641394 or 13529032. OLE color: 13529032.

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

Color convert

RGB 200 111 206 -
CMYK 0.03 0.46 0 0.19
HSL 296.21º 0.49% 0.62% -
HSV(B) 296.21º 0.46% 0.81% -
XYZ 40.64 28.1 61.68 -
YUV 148.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 200 111 206 0.03 0.46 0 0.19 296.21 0.49 0.62
Hex C8 6F CE 3 2E 0 13 128 31 3E
Octal 310 157 316 3 56 0 23 450 61 76
Binary 11001000 1101111 11001110 11 101110 0 10011 100101000 110001 111110

Color Harmonies of #C86FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FCE

Black with #C86FCE

Text Example


Text Example

White with #C86FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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