Html Css Color HEX #DD70C7 Orchid

📋 copy color: '#DD70C7'

red 221 ◦ green 112 ◦ blue 199

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

Shades of Orchid #DD70C7

Tints of Orchid #DD70C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 41.54%
G = 21.05%
B = 37.41%

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

#DD70C7 (or 0xDD70C7) is known color: Orchid. HEX triplet: DD, 70 and C7. RGB value is (221,112,199). Sum of RGB (Red+Green+Blue) = 221+112+199=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C7 is #228F38. Grayscale: #9A9A9A. Windows color (decimal): -2264889 or 13070557. OLE color: 13070557.

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

Color convert

RGB 221 112 199 -
CMYK 0 0.49 0.10 0.13
HSL 312.11º 0.62% 0.65% -
HSV(B) 312.11º 0.49% 0.87% -
XYZ 45.92 31.08 57.61 -
YUV 154.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 221 112 199 0 0.49 0.10 0.13 312.11 0.62 0.65
Hex DD 70 C7 0 31 A D 138 3E 41
Octal 335 160 307 0 61 12 15 470 76 101
Binary 11011101 1110000 11000111 0 110001 1010 1101 100111000 111110 1000001

Color Harmonies of #DD70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70C7

Black with #DD70C7

Text Example


Text Example

White with #DD70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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