Html Css Color HEX #DD70CE Orchid

📋 copy color: '#DD70CE'

red 221 ◦ green 112 ◦ blue 206

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

Shades of Orchid #DD70CE

Tints of Orchid #DD70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 41%
G = 20.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD70CE (or 0xDD70CE) is known color: Orchid. HEX triplet: DD, 70 and CE. RGB value is (221,112,206). Sum of RGB (Red+Green+Blue) = 221+112+206=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CE is #228F31. Grayscale: #9B9B9B. Windows color (decimal): -2264882 or 13529309. OLE color: 13529309.

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

Color convert

RGB 221 112 206 -
CMYK 0 0.49 0.07 0.13
HSL 308.26º 0.62% 0.65% -
HSV(B) 308.26º 0.49% 0.87% -
XYZ 46.75 31.42 61.99 -
YUV 155.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 221 112 206 0 0.49 0.07 0.13 308.26 0.62 0.65
Hex DD 70 CE 0 31 7 D 134 3E 41
Octal 335 160 316 0 61 7 15 464 76 101
Binary 11011101 1110000 11001110 0 110001 111 1101 100110100 111110 1000001

Color Harmonies of #DD70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70CE

Black with #DD70CE

Text Example


Text Example

White with #DD70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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