Html Css Color HEX #D764DC Orchid

📋 copy color: '#D764DC'

red 215 ◦ green 100 ◦ blue 220

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

Shades of Orchid #D764DC

Tints of Orchid #D764DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 40.19%
G = 18.69%
B = 41.12%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D764DC (or 0xD764DC) is known color: Orchid. HEX triplet: D7, 64 and DC. RGB value is (215,100,220). Sum of RGB (Red+Green+Blue) = 215+100+220=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D764DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764DC is #289B23. Grayscale: #939393. Windows color (decimal): -2661156 or 14443735. OLE color: 14443735.

HSL color Cylindrical-coordinate representation of color #D764DC: hue angle of 297.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D764DC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 100 220 -
CMYK 0.02 0.55 0 0.14
HSL 297.5º 0.63% 0.63% -
HSV(B) 297.5º 0.55% 0.86% -
XYZ 45.5 28.73 70.86 -
YUV 148.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 215 100 220 0.02 0.55 0 0.14 297.5 0.63 0.63
Hex D7 64 DC 2 37 0 E 12A 3F 3F
Octal 327 144 334 2 67 0 16 452 77 77
Binary 11010111 1100100 11011100 10 110111 0 1110 100101010 111111 111111

Color Harmonies of #D764DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764DC

Black with #D764DC

Text Example


Text Example

White with #D764DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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