Html Css Color HEX #D765DD Orchid

📋 copy color: '#D765DD'

red 215 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D765DD

Tints of Orchid #D765DD

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

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

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

R = 40.04%
G = 18.81%
B = 41.15%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D765DD (or 0xD765DD) is known color: Orchid. HEX triplet: D7, 65 and DD. RGB value is (215,101,221). Sum of RGB (Red+Green+Blue) = 215+101+221=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D765DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765DD is #289A22. Grayscale: #949494. Windows color (decimal): -2660899 or 14509527. OLE color: 14509527.

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

Color convert

RGB 215 101 221 -
CMYK 0.03 0.54 0 0.13
HSL 297º 0.64% 0.63% -
HSV(B) 297º 0.54% 0.87% -
XYZ 45.73 28.97 71.59 -
YUV 148.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 215 101 221 0.03 0.54 0 0.13 297 0.64 0.63
Hex D7 65 DD 3 36 0 D 129 40 3F
Octal 327 145 335 3 66 0 15 451 100 77
Binary 11010111 1100101 11011101 11 110110 0 1101 100101001 1000000 111111

Color Harmonies of #D765DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765DD

Black with #D765DD

Text Example


Text Example

White with #D765DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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