Html Css Color HEX #DD70C8 Orchid

📋 copy color: '#DD70C8'

red 221 ◦ green 112 ◦ blue 200

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

Shades of Orchid #DD70C8

Tints of Orchid #DD70C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 41.46%
G = 21.01%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD70C8 (or 0xDD70C8) is known color: Orchid. HEX triplet: DD, 70 and C8. RGB value is (221,112,200). Sum of RGB (Red+Green+Blue) = 221+112+200=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C8 is #228F37. Grayscale: #9A9A9A. Windows color (decimal): -2264888 or 13136093. OLE color: 13136093.

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

Color convert

RGB 221 112 200 -
CMYK 0 0.49 0.10 0.13
HSL 311.56º 0.62% 0.65% -
HSV(B) 311.56º 0.49% 0.87% -
XYZ 46.04 31.13 58.23 -
YUV 154.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 221 112 200 0 0.49 0.10 0.13 311.56 0.62 0.65
Hex DD 70 C8 0 31 A D 138 3E 41
Octal 335 160 310 0 61 12 15 470 76 101
Binary 11011101 1110000 11001000 0 110001 1010 1101 100111000 111110 1000001

Color Harmonies of #DD70C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70C8

Black with #DD70C8

Text Example


Text Example

White with #DD70C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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