Html Css Color HEX #DD70CB Orchid

📋 copy color: '#DD70CB'

red 221 ◦ green 112 ◦ blue 203

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

Shades of Orchid #DD70CB

Tints of Orchid #DD70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.9%

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

R = 41.23%
G = 20.9%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD70CB (or 0xDD70CB) is known color: Orchid. HEX triplet: DD, 70 and CB. RGB value is (221,112,203). Sum of RGB (Red+Green+Blue) = 221+112+203=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CB is #228F34. Grayscale: #9A9A9A. Windows color (decimal): -2264885 or 13332701. OLE color: 13332701.

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

Color convert

RGB 221 112 203 -
CMYK 0 0.49 0.08 0.13
HSL 309.91º 0.62% 0.65% -
HSV(B) 309.91º 0.49% 0.87% -
XYZ 46.39 31.27 60.09 -
YUV 154.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 221 112 203 0 0.49 0.08 0.13 309.91 0.62 0.65
Hex DD 70 CB 0 31 8 D 136 3E 41
Octal 335 160 313 0 61 10 15 466 76 101
Binary 11011101 1110000 11001011 0 110001 1000 1101 100110110 111110 1000001

Color Harmonies of #DD70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70CB

Black with #DD70CB

Text Example


Text Example

White with #DD70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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