Html Css Color HEX #D764E9 Orchid

📋 copy color: '#D764E9'

red 215 ◦ green 100 ◦ blue 233

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

Shades of Orchid #D764E9

Tints of Orchid #D764E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 39.23%
G = 18.25%
B = 42.52%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D764E9 (or 0xD764E9) is known color: Orchid. HEX triplet: D7, 64 and E9. RGB value is (215,100,233). Sum of RGB (Red+Green+Blue) = 215+100+233=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #D764E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764E9 is #289B16. Grayscale: #959595. Windows color (decimal): -2661143 or 15295703. OLE color: 15295703.

HSL color Cylindrical-coordinate representation of color #D764E9: hue angle of 291.88º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D764E9 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 100 233 -
CMYK 0.08 0.57 0 0.09
HSL 291.88º 0.75% 0.65% -
HSV(B) 291.88º 0.57% 0.91% -
XYZ 47.29 29.44 80.28 -
YUV 149.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 215 100 233 0.08 0.57 0 0.09 291.88 0.75 0.65
Hex D7 64 E9 8 39 0 9 124 4B 41
Octal 327 144 351 10 71 0 11 444 113 101
Binary 11010111 1100100 11101001 1000 111001 0 1001 100100100 1001011 1000001

Color Harmonies of #D764E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764E9

Black with #D764E9

Text Example


Text Example

White with #D764E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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