Html Css Color HEX #C86CDD Orchid

📋 copy color: '#C86CDD'

red 200 ◦ green 108 ◦ blue 221

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

Shades of Orchid #C86CDD

Tints of Orchid #C86CDD

RGB

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

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

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

R = 37.81%
G = 20.42%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C86CDD (or 0xC86CDD) is known color: Orchid. HEX triplet: C8, 6C and DD. RGB value is (200,108,221). Sum of RGB (Red+Green+Blue) = 200+108+221=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CDD is #379322. Grayscale: #949494. Windows color (decimal): -3642147 or 14511304. OLE color: 14511304.

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

Color convert

RGB 200 108 221 -
CMYK 0.10 0.51 0 0.13
HSL 288.85º 0.62% 0.65% -
HSV(B) 288.85º 0.51% 0.87% -
XYZ 42.23 28.22 71.63 -
YUV 148.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 200 108 221 0.10 0.51 0 0.13 288.85 0.62 0.65
Hex C8 6C DD A 33 0 D 121 3E 41
Octal 310 154 335 12 63 0 15 441 76 101
Binary 11001000 1101100 11011101 1010 110011 0 1101 100100001 111110 1000001

Color Harmonies of #C86CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CDD

Black with #C86CDD

Text Example


Text Example

White with #C86CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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