Html Css Color HEX #D764D4 Orchid

📋 copy color: '#D764D4'

red 215 ◦ green 100 ◦ blue 212

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

Shades of Orchid #D764D4

Tints of Orchid #D764D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.23%

R = 40.8%
G = 18.98%
B = 40.23%

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

#D764D4 (or 0xD764D4) is known color: Orchid. HEX triplet: D7, 64 and D4. RGB value is (215,100,212). Sum of RGB (Red+Green+Blue) = 215+100+212=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D764D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764D4 is #289B2B. Grayscale: #929292. Windows color (decimal): -2661164 or 13919447. OLE color: 13919447.

HSL color Cylindrical-coordinate representation of color #D764D4: hue angle of 301.57º 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 #D764D4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 212 -
CMYK 0 0.53 0.01 0.16
HSL 301.57º 0.59% 0.62% -
HSV(B) 301.57º 0.53% 0.84% -
XYZ 44.47 28.31 65.41 -
YUV 147.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 215 100 212 0 0.53 0.01 0.16 301.57 0.59 0.62
Hex D7 64 D4 0 35 1 10 12E 3B 3E
Octal 327 144 324 0 65 1 20 456 73 76
Binary 11010111 1100100 11010100 0 110101 1 10000 100101110 111011 111110

Color Harmonies of #D764D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764D4

Black with #D764D4

Text Example


Text Example

White with #D764D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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