Html Css Color HEX #CD86CE Orchid

📋 copy color: '#CD86CE'

red 205 ◦ green 134 ◦ blue 206

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

Shades of Orchid #CD86CE

Tints of Orchid #CD86CE

RGB

 RED value IS 205 (80.47% from 255) = 37.61%

 GREEN value IS 134 (52.73% from 255) = 24.59%

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

R = 37.61%
G = 24.59%
B = 37.8%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD86CE (or 0xCD86CE) is known color: Orchid. HEX triplet: CD, 86 and CE. RGB value is (205,134,206). Sum of RGB (Red+Green+Blue) = 205+134+206=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86CE is #327931. Grayscale: #A3A3A3. Windows color (decimal): -3307826 or 13534925. OLE color: 13534925.

HSL color Cylindrical-coordinate representation of color #CD86CE: hue angle of 299.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD86CE is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 134 206 -
CMYK 0.00 0.35 0 0.19
HSL 299.17º 0.42% 0.67% -
HSV(B) 299.17º 0.35% 0.81% -
XYZ 44.84 34.49 62.69 -
YUV 163.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 205 134 206 0.00 0.35 0 0.19 299.17 0.42 0.67
Hex CD 86 CE 0 23 0 13 12B 2A 43
Octal 315 206 316 0 43 0 23 453 52 103
Binary 11001101 10000110 11001110 0 100011 0 10011 100101011 101010 1000011

Color Harmonies of #CD86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD86CE

Black with #CD86CE

Text Example


Text Example

White with #CD86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD86CE; }

 p { color: rgb(205,134,206); }

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

background-color css

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

 a { background-color: rgb(205,134,206); }

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

border-color css

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

 span { border-color: rgb(205,134,206); }

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