Html Css Color HEX #D764D5 Orchid

📋 copy color: '#D764D5'

red 215 ◦ green 100 ◦ blue 213

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

Shades of Orchid #D764D5

Tints of Orchid #D764D5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.94%

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 40.72%
G = 18.94%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D764D5 (or 0xD764D5) is known color: Orchid. HEX triplet: D7, 64 and D5. RGB value is (215,100,213). Sum of RGB (Red+Green+Blue) = 215+100+213=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D764D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764D5 is #289B2A. Grayscale: #929292. Windows color (decimal): -2661163 or 13984983. OLE color: 13984983.

HSL color Cylindrical-coordinate representation of color #D764D5: hue angle of 301.04º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764D5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 213 -
CMYK 0 0.53 0.01 0.16
HSL 301.04º 0.59% 0.62% -
HSV(B) 301.04º 0.53% 0.84% -
XYZ 44.59 28.37 66.08 -
YUV 147.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 215 100 213 0 0.53 0.01 0.16 301.04 0.59 0.62
Hex D7 64 D5 0 35 1 10 12D 3B 3E
Octal 327 144 325 0 65 1 20 455 73 76
Binary 11010111 1100100 11010101 0 110101 1 10000 100101101 111011 111110

Color Harmonies of #D764D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764D5

Black with #D764D5

Text Example


Text Example

White with #D764D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764D5; }

 p { color: rgb(215,100,213); }

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

background-color css

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

 a { background-color: rgb(215,100,213); }

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

border-color css

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

 span { border-color: rgb(215,100,213); }

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