Html Css Color HEX #D965DD Orchid

📋 copy color: '#D965DD'

red 217 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D965DD

Tints of Orchid #D965DD

RGB

 RED value IS 217 (85.16% from 255) = 40.26%

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 40.26%
G = 18.74%
B = 41%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D965DD (or 0xD965DD) is known color: Orchid. HEX triplet: D9, 65 and DD. RGB value is (217,101,221). Sum of RGB (Red+Green+Blue) = 217+101+221=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D965DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965DD is #269A22. Grayscale: #959595. Windows color (decimal): -2529827 or 14509529. OLE color: 14509529.

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

Color convert

RGB 217 101 221 -
CMYK 0.02 0.54 0 0.13
HSL 298º 0.64% 0.63% -
HSV(B) 298º 0.54% 0.87% -
XYZ 46.32 29.28 71.62 -
YUV 149.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 217 101 221 0.02 0.54 0 0.13 298 0.64 0.63
Hex D9 65 DD 2 36 0 D 12A 40 3F
Octal 331 145 335 2 66 0 15 452 100 77
Binary 11011001 1100101 11011101 10 110110 0 1101 100101010 1000000 111111

Color Harmonies of #D965DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965DD

Black with #D965DD

Text Example


Text Example

White with #D965DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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