Html Css Color HEX #DD70C1 Orchid

📋 copy color: '#DD70C1'

red 221 ◦ green 112 ◦ blue 193

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

Shades of Orchid #DD70C1

Tints of Orchid #DD70C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 42.02%
G = 21.29%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD70C1 (or 0xDD70C1) is known color: Orchid. HEX triplet: DD, 70 and C1. RGB value is (221,112,193). Sum of RGB (Red+Green+Blue) = 221+112+193=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C1 is #228F3E. Grayscale: #999999. Windows color (decimal): -2264895 or 12677341. OLE color: 12677341.

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

Color convert

RGB 221 112 193 -
CMYK 0 0.49 0.13 0.13
HSL 315.41º 0.62% 0.65% -
HSV(B) 315.41º 0.49% 0.87% -
XYZ 45.24 30.81 54.01 -
YUV 153.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 221 112 193 0 0.49 0.13 0.13 315.41 0.62 0.65
Hex DD 70 C1 0 31 D D 13B 3E 41
Octal 335 160 301 0 61 15 15 473 76 101
Binary 11011101 1110000 11000001 0 110001 1101 1101 100111011 111110 1000001

Color Harmonies of #DD70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70C1

Black with #DD70C1

Text Example


Text Example

White with #DD70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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