Html Css Color HEX #D762E5 Orchid

📋 copy color: '#D762E5'

red 215 ◦ green 98 ◦ blue 229

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

Shades of Orchid #D762E5

Tints of Orchid #D762E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.08%

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 39.67%
G = 18.08%
B = 42.25%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D762E5 (or 0xD762E5) is known color: Orchid. HEX triplet: D7, 62 and E5. RGB value is (215,98,229). Sum of RGB (Red+Green+Blue) = 215+98+229=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #D762E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762E5 is #289D1A. Grayscale: #939393. Windows color (decimal): -2661659 or 15033047. OLE color: 15033047.

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

Color convert

RGB 215 98 229 -
CMYK 0.06 0.57 0 0.10
HSL 293.59º 0.72% 0.64% -
HSV(B) 293.59º 0.57% 0.9% -
XYZ 46.53 28.84 77.24 -
YUV 147.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 215 98 229 0.06 0.57 0 0.10 293.59 0.72 0.64
Hex D7 62 E5 6 39 0 A 126 48 40
Octal 327 142 345 6 71 0 12 446 110 100
Binary 11010111 1100010 11100101 110 111001 0 1010 100100110 1001000 1000000

Color Harmonies of #D762E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762E5

Black with #D762E5

Text Example


Text Example

White with #D762E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762E5; }

 p { color: rgb(215,98,229); }

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

background-color css

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

 a { background-color: rgb(215,98,229); }

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

border-color css

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

 span { border-color: rgb(215,98,229); }

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