Html Css Color HEX #D764E6 Orchid

📋 copy color: '#D764E6'

red 215 ◦ green 100 ◦ blue 230

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

Shades of Orchid #D764E6

Tints of Orchid #D764E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 39.45%
G = 18.35%
B = 42.2%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D764E6 (or 0xD764E6) is known color: Orchid. HEX triplet: D7, 64 and E6. RGB value is (215,100,230). Sum of RGB (Red+Green+Blue) = 215+100+230=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #D764E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764E6 is #289B19. Grayscale: #949494. Windows color (decimal): -2661146 or 15099095. OLE color: 15099095.

HSL color Cylindrical-coordinate representation of color #D764E6: hue angle of 293.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D764E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 100 230 -
CMYK 0.07 0.57 0 0.10
HSL 293.08º 0.72% 0.65% -
HSV(B) 293.08º 0.57% 0.9% -
XYZ 46.86 29.27 78.04 -
YUV 149.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 215 100 230 0.07 0.57 0 0.10 293.08 0.72 0.65
Hex D7 64 E6 7 39 0 A 125 48 41
Octal 327 144 346 7 71 0 12 445 110 101
Binary 11010111 1100100 11100110 111 111001 0 1010 100100101 1001000 1000001

Color Harmonies of #D764E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764E6

Black with #D764E6

Text Example


Text Example

White with #D764E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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