Html Css Color HEX #DD70CC Orchid

📋 copy color: '#DD70CC'

red 221 ◦ green 112 ◦ blue 204

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

Shades of Orchid #DD70CC

Tints of Orchid #DD70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 41.15%
G = 20.86%
B = 37.99%

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

#DD70CC (or 0xDD70CC) is known color: Orchid. HEX triplet: DD, 70 and CC. RGB value is (221,112,204). Sum of RGB (Red+Green+Blue) = 221+112+204=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CC is #228F33. Grayscale: #9A9A9A. Windows color (decimal): -2264884 or 13398237. OLE color: 13398237.

HSL color Cylindrical-coordinate representation of color #DD70CC: hue angle of 309.36º 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 #DD70CC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 204 -
CMYK 0 0.49 0.08 0.13
HSL 309.36º 0.62% 0.65% -
HSV(B) 309.36º 0.49% 0.87% -
XYZ 46.51 31.32 60.72 -
YUV 155.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 221 112 204 0 0.49 0.08 0.13 309.36 0.62 0.65
Hex DD 70 CC 0 31 8 D 135 3E 41
Octal 335 160 314 0 61 10 15 465 76 101
Binary 11011101 1110000 11001100 0 110001 1000 1101 100110101 111110 1000001

Color Harmonies of #DD70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70CC

Black with #DD70CC

Text Example


Text Example

White with #DD70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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