Html Css Color HEX #CD82CE Orchid

📋 copy color: '#CD82CE'

red 205 ◦ green 130 ◦ blue 206

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

Shades of Orchid #CD82CE

Tints of Orchid #CD82CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

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

R = 37.89%
G = 24.03%
B = 38.08%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD82CE (or 0xCD82CE) is known color: Orchid. HEX triplet: CD, 82 and CE. RGB value is (205,130,206). Sum of RGB (Red+Green+Blue) = 205+130+206=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82CE is #327D31. Grayscale: #A0A0A0. Windows color (decimal): -3308850 or 13533901. OLE color: 13533901.

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

Color convert

RGB 205 130 206 -
CMYK 0.00 0.37 0 0.19
HSL 299.21º 0.44% 0.66% -
HSV(B) 299.21º 0.37% 0.81% -
XYZ 44.3 33.4 62.5 -
YUV 161.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 205 130 206 0.00 0.37 0 0.19 299.21 0.44 0.66
Hex CD 82 CE 0 25 0 13 12B 2C 42
Octal 315 202 316 0 45 0 23 453 54 102
Binary 11001101 10000010 11001110 0 100101 0 10011 100101011 101100 1000010

Color Harmonies of #CD82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82CE

Black with #CD82CE

Text Example


Text Example

White with #CD82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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