Html Css Color HEX #DD65CD Orchid

📋 copy color: '#DD65CD'

red 221 ◦ green 101 ◦ blue 205

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

Shades of Orchid #DD65CD

Tints of Orchid #DD65CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 41.94%
G = 19.17%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD65CD (or 0xDD65CD) is known color: Orchid. HEX triplet: DD, 65 and CD. RGB value is (221,101,205). Sum of RGB (Red+Green+Blue) = 221+101+205=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CD is #229A32. Grayscale: #949494. Windows color (decimal): -2267699 or 13460957. OLE color: 13460957.

HSL color Cylindrical-coordinate representation of color #DD65CD: hue angle of 308º 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 #DD65CD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 205 -
CMYK 0 0.54 0.07 0.13
HSL 308º 0.64% 0.63% -
HSV(B) 308º 0.54% 0.87% -
XYZ 45.49 29.09 60.97 -
YUV 148.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 221 101 205 0 0.54 0.07 0.13 308 0.64 0.63
Hex DD 65 CD 0 36 7 D 134 40 3F
Octal 335 145 315 0 66 7 15 464 100 77
Binary 11011101 1100101 11001101 0 110110 111 1101 100110100 1000000 111111

Color Harmonies of #DD65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65CD

Black with #DD65CD

Text Example


Text Example

White with #DD65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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