Html Css Color HEX #DD70C3 Orchid

📋 copy color: '#DD70C3'

red 221 ◦ green 112 ◦ blue 195

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

Shades of Orchid #DD70C3

Tints of Orchid #DD70C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 41.86%
G = 21.21%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD70C3 (or 0xDD70C3) is known color: Orchid. HEX triplet: DD, 70 and C3. RGB value is (221,112,195). Sum of RGB (Red+Green+Blue) = 221+112+195=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C3 is #228F3C. Grayscale: #999999. Windows color (decimal): -2264893 or 12808413. OLE color: 12808413.

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

Color convert

RGB 221 112 195 -
CMYK 0 0.49 0.12 0.13
HSL 314.31º 0.62% 0.65% -
HSV(B) 314.31º 0.49% 0.87% -
XYZ 45.46 30.9 55.2 -
YUV 154.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 221 112 195 0 0.49 0.12 0.13 314.31 0.62 0.65
Hex DD 70 C3 0 31 C D 13A 3E 41
Octal 335 160 303 0 61 14 15 472 76 101
Binary 11011101 1110000 11000011 0 110001 1100 1101 100111010 111110 1000001

Color Harmonies of #DD70C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70C3

Black with #DD70C3

Text Example


Text Example

White with #DD70C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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