Html Css Color HEX #C86FCD Orchid

📋 copy color: '#C86FCD'

red 200 ◦ green 111 ◦ blue 205

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

Shades of Orchid #C86FCD

Tints of Orchid #C86FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 38.76%
G = 21.51%
B = 39.73%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86FCD (or 0xC86FCD) is known color: Orchid. HEX triplet: C8, 6F and CD. RGB value is (200,111,205). Sum of RGB (Red+Green+Blue) = 200+111+205=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C86FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCD is #379032. Grayscale: #949494. Windows color (decimal): -3641395 or 13463496. OLE color: 13463496.

HSL color Cylindrical-coordinate representation of color #C86FCD: hue angle of 296.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86FCD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 111 205 -
CMYK 0.02 0.46 0 0.20
HSL 296.81º 0.48% 0.62% -
HSV(B) 296.81º 0.46% 0.8% -
XYZ 40.52 28.06 61.04 -
YUV 148.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 200 111 205 0.02 0.46 0 0.20 296.81 0.48 0.62
Hex C8 6F CD 2 2E 0 14 129 30 3E
Octal 310 157 315 2 56 0 24 451 60 76
Binary 11001000 1101111 11001101 10 101110 0 10100 100101001 110000 111110

Color Harmonies of #C86FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FCD

Black with #C86FCD

Text Example


Text Example

White with #C86FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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