Html Css Color HEX #DD65EA Orchid

📋 copy color: '#DD65EA'

red 221 ◦ green 101 ◦ blue 234

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

Shades of Orchid #DD65EA

Tints of Orchid #DD65EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.17%

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

R = 39.75%
G = 18.17%
B = 42.09%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD65EA (or 0xDD65EA) is known color: Orchid. HEX triplet: DD, 65 and EA. RGB value is (221,101,234). Sum of RGB (Red+Green+Blue) = 221+101+234=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65EA is #229A15. Grayscale: #979797. Windows color (decimal): -2267670 or 15361501. OLE color: 15361501.

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

Color convert

RGB 221 101 234 -
CMYK 0.06 0.57 0 0.08
HSL 294.14º 0.76% 0.66% -
HSV(B) 294.14º 0.57% 0.92% -
XYZ 49.32 30.62 81.15 -
YUV 152.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 221 101 234 0.06 0.57 0 0.08 294.14 0.76 0.66
Hex DD 65 EA 6 39 0 8 126 4C 42
Octal 335 145 352 6 71 0 10 446 114 102
Binary 11011101 1100101 11101010 110 111001 0 1000 100100110 1001100 1000010

Color Harmonies of #DD65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65EA

Black with #DD65EA

Text Example


Text Example

White with #DD65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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