Html Css Color HEX #DD65DF Orchid

📋 copy color: '#DD65DF'

red 221 ◦ green 101 ◦ blue 223

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

Shades of Orchid #DD65DF

Tints of Orchid #DD65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 40.55%
G = 18.53%
B = 40.92%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD65DF (or 0xDD65DF) is known color: Orchid. HEX triplet: DD, 65 and DF. RGB value is (221,101,223). Sum of RGB (Red+Green+Blue) = 221+101+223=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DF is #229A20. Grayscale: #969696. Windows color (decimal): -2267681 or 14640605. OLE color: 14640605.

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

Color convert

RGB 221 101 223 -
CMYK 0.01 0.55 0 0.13
HSL 299.02º 0.66% 0.64% -
HSV(B) 299.02º 0.55% 0.87% -
XYZ 47.79 30.01 73.09 -
YUV 150.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 221 101 223 0.01 0.55 0 0.13 299.02 0.66 0.64
Hex DD 65 DF 1 37 0 D 12B 42 40
Octal 335 145 337 1 67 0 15 453 102 100
Binary 11011101 1100101 11011111 1 110111 0 1101 100101011 1000010 1000000

Color Harmonies of #DD65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65DF

Black with #DD65DF

Text Example


Text Example

White with #DD65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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