Html Css Color HEX #CD82D1 Orchid

📋 copy color: '#CD82D1'

red 205 ◦ green 130 ◦ blue 209

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

Shades of Orchid #CD82D1

Tints of Orchid #CD82D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 37.68%
G = 23.9%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD82D1 (or 0xCD82D1) is known color: Orchid. HEX triplet: CD, 82 and D1. RGB value is (205,130,209). Sum of RGB (Red+Green+Blue) = 205+130+209=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82D1 is #327D2E. Grayscale: #A1A1A1. Windows color (decimal): -3308847 or 13730509. OLE color: 13730509.

HSL color Cylindrical-coordinate representation of color #CD82D1: hue angle of 296.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD82D1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 130 209 -
CMYK 0.02 0.38 0 0.18
HSL 296.96º 0.46% 0.66% -
HSV(B) 296.96º 0.38% 0.82% -
XYZ 44.67 33.55 64.44 -
YUV 161.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 205 130 209 0.02 0.38 0 0.18 296.96 0.46 0.66
Hex CD 82 D1 2 26 0 12 129 2E 42
Octal 315 202 321 2 46 0 22 451 56 102
Binary 11001101 10000010 11010001 10 100110 0 10010 100101001 101110 1000010

Color Harmonies of #CD82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82D1

Black with #CD82D1

Text Example


Text Example

White with #CD82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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