Html Css Color HEX #D763E6 Orchid

📋 copy color: '#D763E6'

red 215 ◦ green 99 ◦ blue 230

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

Shades of Orchid #D763E6

Tints of Orchid #D763E6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.2%

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

R = 39.52%
G = 18.2%
B = 42.28%

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

#D763E6 (or 0xD763E6) is known color: Orchid. HEX triplet: D7, 63 and E6. RGB value is (215,99,230). Sum of RGB (Red+Green+Blue) = 215+99+230=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #D763E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D763E6 is #289C19. Grayscale: #949494. Windows color (decimal): -2661402 or 15098839. OLE color: 15098839.

HSL color Cylindrical-coordinate representation of color #D763E6: hue angle of 293.13º 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 #D763E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 99 230 -
CMYK 0.07 0.57 0 0.10
HSL 293.13º 0.72% 0.65% -
HSV(B) 293.13º 0.57% 0.9% -
XYZ 46.77 29.08 78.01 -
YUV 148.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 215 99 230 0.07 0.57 0 0.10 293.13 0.72 0.65
Hex D7 63 E6 7 39 0 A 125 48 41
Octal 327 143 346 7 71 0 12 445 110 101
Binary 11010111 1100011 11100110 111 111001 0 1010 100100101 1001000 1000001

Color Harmonies of #D763E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763E6

Black with #D763E6

Text Example


Text Example

White with #D763E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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