Html Css Color HEX #DD65DC Orchid

📋 copy color: '#DD65DC'

red 221 ◦ green 101 ◦ blue 220

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

Shades of Orchid #DD65DC

Tints of Orchid #DD65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 40.77%
G = 18.63%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD65DC (or 0xDD65DC) is known color: Orchid. HEX triplet: DD, 65 and DC. RGB value is (221,101,220). Sum of RGB (Red+Green+Blue) = 221+101+220=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DC is #229A23. Grayscale: #969696. Windows color (decimal): -2267684 or 14443997. OLE color: 14443997.

HSL color Cylindrical-coordinate representation of color #DD65DC: hue angle of 300.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65DC is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 220 -
CMYK 0 0.54 0.00 0.13
HSL 300.5º 0.64% 0.63% -
HSV(B) 300.5º 0.54% 0.87% -
XYZ 47.39 29.85 70.97 -
YUV 150.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 221 101 220 0 0.54 0.00 0.13 300.5 0.64 0.63
Hex DD 65 DC 0 36 0 D 12C 40 3F
Octal 335 145 334 0 66 0 15 454 100 77
Binary 11011101 1100101 11011100 0 110110 0 1101 100101100 1000000 111111

Color Harmonies of #DD65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65DC

Black with #DD65DC

Text Example


Text Example

White with #DD65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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