Html Css Color HEX #DD70C4 Orchid

📋 copy color: '#DD70C4'

red 221 ◦ green 112 ◦ blue 196

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

Shades of Orchid #DD70C4

Tints of Orchid #DD70C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 41.78%
G = 21.17%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD70C4 (or 0xDD70C4) is known color: Orchid. HEX triplet: DD, 70 and C4. RGB value is (221,112,196). Sum of RGB (Red+Green+Blue) = 221+112+196=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C4 is #228F3B. Grayscale: #999999. Windows color (decimal): -2264892 or 12873949. OLE color: 12873949.

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

Color convert

RGB 221 112 196 -
CMYK 0 0.49 0.11 0.13
HSL 313.76º 0.62% 0.65% -
HSV(B) 313.76º 0.49% 0.87% -
XYZ 45.58 30.95 55.8 -
YUV 154.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 221 112 196 0 0.49 0.11 0.13 313.76 0.62 0.65
Hex DD 70 C4 0 31 B D 13A 3E 41
Octal 335 160 304 0 61 13 15 472 76 101
Binary 11011101 1110000 11000100 0 110001 1011 1101 100111010 111110 1000001

Color Harmonies of #DD70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70C4

Black with #DD70C4

Text Example


Text Example

White with #DD70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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