Html Css Color HEX #C86ACD Orchid

📋 copy color: '#C86ACD'

red 200 ◦ green 106 ◦ blue 205

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

Shades of Orchid #C86ACD

Tints of Orchid #C86ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.74%

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

R = 39.14%
G = 20.74%
B = 40.12%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86ACD (or 0xC86ACD) is known color: Orchid. HEX triplet: C8, 6A and CD. RGB value is (200,106,205). Sum of RGB (Red+Green+Blue) = 200+106+205=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C86ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACD is #379532. Grayscale: #919191. Windows color (decimal): -3642675 or 13462216. OLE color: 13462216.

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

Color convert

RGB 200 106 205 -
CMYK 0.02 0.48 0 0.20
HSL 296.97º 0.5% 0.61% -
HSV(B) 296.97º 0.48% 0.8% -
XYZ 39.99 27 60.86 -
YUV 145.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 200 106 205 0.02 0.48 0 0.20 296.97 0.5 0.61
Hex C8 6A CD 2 30 0 14 129 32 3D
Octal 310 152 315 2 60 0 24 451 62 75
Binary 11001000 1101010 11001101 10 110000 0 10100 100101001 110010 111101

Color Harmonies of #C86ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ACD

Black with #C86ACD

Text Example


Text Example

White with #C86ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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