Html Css Color HEX #CD82DB Orchid

📋 copy color: '#CD82DB'

red 205 ◦ green 130 ◦ blue 219

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

Shades of Orchid #CD82DB

Tints of Orchid #CD82DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 37%
G = 23.47%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD82DB (or 0xCD82DB) is known color: Orchid. HEX triplet: CD, 82 and DB. RGB value is (205,130,219). Sum of RGB (Red+Green+Blue) = 205+130+219=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82DB is #327D24. Grayscale: #A2A2A2. Windows color (decimal): -3308837 or 14385869. OLE color: 14385869.

HSL color Cylindrical-coordinate representation of color #CD82DB: hue angle of 290.56º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD82DB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 130 219 -
CMYK 0.06 0.41 0 0.14
HSL 290.56º 0.55% 0.68% -
HSV(B) 290.56º 0.41% 0.86% -
XYZ 45.95 34.06 71.17 -
YUV 162.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 205 130 219 0.06 0.41 0 0.14 290.56 0.55 0.68
Hex CD 82 DB 6 29 0 E 123 37 44
Octal 315 202 333 6 51 0 16 443 67 104
Binary 11001101 10000010 11011011 110 101001 0 1110 100100011 110111 1000100

Color Harmonies of #CD82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82DB

Black with #CD82DB

Text Example


Text Example

White with #CD82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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