Html Css Color HEX #DD6EEA Orchid

📋 copy color: '#DD6EEA'

red 221 ◦ green 110 ◦ blue 234

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

Shades of Orchid #DD6EEA

Tints of Orchid #DD6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 39.12%
G = 19.47%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD6EEA (or 0xDD6EEA) is known color: Orchid. HEX triplet: DD, 6E and EA. RGB value is (221,110,234). Sum of RGB (Red+Green+Blue) = 221+110+234=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EEA is #229115. Grayscale: #9C9C9C. Windows color (decimal): -2265366 or 15363805. OLE color: 15363805.

HSL color Cylindrical-coordinate representation of color #DD6EEA: hue angle of 293.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6EEA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 110 234 -
CMYK 0.06 0.53 0 0.08
HSL 293.71º 0.75% 0.67% -
HSV(B) 293.71º 0.53% 0.92% -
XYZ 50.25 32.46 81.46 -
YUV 157.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 221 110 234 0.06 0.53 0 0.08 293.71 0.75 0.67
Hex DD 6E EA 6 35 0 8 126 4B 43
Octal 335 156 352 6 65 0 10 446 113 103
Binary 11011101 1101110 11101010 110 110101 0 1000 100100110 1001011 1000011

Color Harmonies of #DD6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EEA

Black with #DD6EEA

Text Example


Text Example

White with #DD6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EEA; }

 p { color: rgb(221,110,234); }

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

background-color css

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

 a { background-color: rgb(221,110,234); }

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

border-color css

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

 span { border-color: rgb(221,110,234); }

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