Html Css Color HEX #DD74E6 Orchid

📋 copy color: '#DD74E6'

red 221 ◦ green 116 ◦ blue 230

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

Shades of Orchid #DD74E6

Tints of Orchid #DD74E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.46%

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 38.98%
G = 20.46%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD74E6 (or 0xDD74E6) is known color: Orchid. HEX triplet: DD, 74 and E6. RGB value is (221,116,230). Sum of RGB (Red+Green+Blue) = 221+116+230=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74E6 is #228B19. Grayscale: #A0A0A0. Windows color (decimal): -2263834 or 15103197. OLE color: 15103197.

HSL color Cylindrical-coordinate representation of color #DD74E6: hue angle of 295.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD74E6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 116 230 -
CMYK 0.04 0.50 0 0.10
HSL 295.26º 0.7% 0.68% -
HSV(B) 295.26º 0.5% 0.9% -
XYZ 50.35 33.58 78.69 -
YUV 160.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 221 116 230 0.04 0.50 0 0.10 295.26 0.7 0.68
Hex DD 74 E6 4 32 0 A 127 46 44
Octal 335 164 346 4 62 0 12 447 106 104
Binary 11011101 1110100 11100110 100 110010 0 1010 100100111 1000110 1000100

Color Harmonies of #DD74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74E6

Black with #DD74E6

Text Example


Text Example

White with #DD74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74E6; }

 p { color: rgb(221,116,230); }

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

background-color css

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

 a { background-color: rgb(221,116,230); }

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

border-color css

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

 span { border-color: rgb(221,116,230); }

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