Html Css Color HEX #D764DF Orchid

📋 copy color: '#D764DF'

red 215 ◦ green 100 ◦ blue 223

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

Shades of Orchid #D764DF

Tints of Orchid #D764DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 39.96%
G = 18.59%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D764DF (or 0xD764DF) is known color: Orchid. HEX triplet: D7, 64 and DF. RGB value is (215,100,223). Sum of RGB (Red+Green+Blue) = 215+100+223=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D764DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764DF is #289B20. Grayscale: #949494. Windows color (decimal): -2661153 or 14640343. OLE color: 14640343.

HSL color Cylindrical-coordinate representation of color #D764DF: hue angle of 296.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D764DF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 100 223 -
CMYK 0.04 0.55 0 0.13
HSL 296.1º 0.66% 0.63% -
HSV(B) 296.1º 0.55% 0.87% -
XYZ 45.9 28.89 72.97 -
YUV 148.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 215 100 223 0.04 0.55 0 0.13 296.1 0.66 0.63
Hex D7 64 DF 4 37 0 D 128 42 3F
Octal 327 144 337 4 67 0 15 450 102 77
Binary 11010111 1100100 11011111 100 110111 0 1101 100101000 1000010 111111

Color Harmonies of #D764DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764DF

Black with #D764DF

Text Example


Text Example

White with #D764DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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