Html Css Color HEX #DD82CB Orchid

📋 copy color: '#DD82CB'

red 221 ◦ green 130 ◦ blue 203

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

Shades of Orchid #DD82CB

Tints of Orchid #DD82CB

RGB

 RED value IS 221 (86.72% from 255) = 39.89%

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 39.89%
G = 23.47%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD82CB (or 0xDD82CB) is known color: Orchid. HEX triplet: DD, 82 and CB. RGB value is (221,130,203). Sum of RGB (Red+Green+Blue) = 221+130+203=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CB is #227D34. Grayscale: #A5A5A5. Windows color (decimal): -2260277 or 13337309. OLE color: 13337309.

HSL color Cylindrical-coordinate representation of color #DD82CB: hue angle of 311.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82CB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 203 -
CMYK 0 0.41 0.08 0.13
HSL 311.87º 0.57% 0.69% -
HSV(B) 311.87º 0.41% 0.87% -
XYZ 48.58 35.65 60.82 -
YUV 165.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 221 130 203 0 0.41 0.08 0.13 311.87 0.57 0.69
Hex DD 82 CB 0 29 8 D 138 39 45
Octal 335 202 313 0 51 10 15 470 71 105
Binary 11011101 10000010 11001011 0 101001 1000 1101 100111000 111001 1000101

Color Harmonies of #DD82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82CB

Black with #DD82CB

Text Example


Text Example

White with #DD82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82CB; }

 p { color: rgb(221,130,203); }

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

background-color css

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

 a { background-color: rgb(221,130,203); }

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

border-color css

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

 span { border-color: rgb(221,130,203); }

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