Html Css Color HEX #C86FDD Orchid

📋 copy color: '#C86FDD'

red 200 ◦ green 111 ◦ blue 221

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

Shades of Orchid #C86FDD

Tints of Orchid #C86FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 37.59%
G = 20.86%
B = 41.54%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C86FDD (or 0xC86FDD) is known color: Orchid. HEX triplet: C8, 6F and DD. RGB value is (200,111,221). Sum of RGB (Red+Green+Blue) = 200+111+221=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FDD is #379022. Grayscale: #959595. Windows color (decimal): -3641379 or 14512072. OLE color: 14512072.

HSL color Cylindrical-coordinate representation of color #C86FDD: hue angle of 288.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86FDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 111 221 -
CMYK 0.10 0.50 0 0.13
HSL 288.55º 0.62% 0.65% -
HSV(B) 288.55º 0.5% 0.87% -
XYZ 42.56 28.87 71.74 -
YUV 150.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 200 111 221 0.10 0.50 0 0.13 288.55 0.62 0.65
Hex C8 6F DD A 32 0 D 121 3E 41
Octal 310 157 335 12 62 0 15 441 76 101
Binary 11001000 1101111 11011101 1010 110010 0 1101 100100001 111110 1000001

Color Harmonies of #C86FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FDD

Black with #C86FDD

Text Example


Text Example

White with #C86FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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