Html Css Color HEX #DD68EA Orchid

📋 copy color: '#DD68EA'

red 221 ◦ green 104 ◦ blue 234

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

Shades of Orchid #DD68EA

Tints of Orchid #DD68EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.6%

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

R = 39.53%
G = 18.6%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD68EA (or 0xDD68EA) is known color: Orchid. HEX triplet: DD, 68 and EA. RGB value is (221,104,234). Sum of RGB (Red+Green+Blue) = 221+104+234=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68EA is #229715. Grayscale: #999999. Windows color (decimal): -2266902 or 15362269. OLE color: 15362269.

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

Color convert

RGB 221 104 234 -
CMYK 0.06 0.56 0 0.08
HSL 294º 0.76% 0.66% -
HSV(B) 294º 0.56% 0.92% -
XYZ 49.62 31.21 81.25 -
YUV 153.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 221 104 234 0.06 0.56 0 0.08 294 0.76 0.66
Hex DD 68 EA 6 38 0 8 126 4C 42
Octal 335 150 352 6 70 0 10 446 114 102
Binary 11011101 1101000 11101010 110 111000 0 1000 100100110 1001100 1000010

Color Harmonies of #DD68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68EA

Black with #DD68EA

Text Example


Text Example

White with #DD68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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