Html Css Color HEX #D76FE4 Orchid

📋 copy color: '#D76FE4'

red 215 ◦ green 111 ◦ blue 228

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

Shades of Orchid #D76FE4

Tints of Orchid #D76FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.04%

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 38.81%
G = 20.04%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D76FE4 (or 0xD76FE4) is known color: Orchid. HEX triplet: D7, 6F and E4. RGB value is (215,111,228). Sum of RGB (Red+Green+Blue) = 215+111+228=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #D76FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE4 is #28901B. Grayscale: #9B9B9B. Windows color (decimal): -2658332 or 14970839. OLE color: 14970839.

HSL color Cylindrical-coordinate representation of color #D76FE4: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76FE4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 111 228 -
CMYK 0.06 0.51 0 0.11
HSL 293.33º 0.68% 0.66% -
HSV(B) 293.33º 0.51% 0.89% -
XYZ 47.71 31.42 76.95 -
YUV 155.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 215 111 228 0.06 0.51 0 0.11 293.33 0.68 0.66
Hex D7 6F E4 6 33 0 B 125 44 42
Octal 327 157 344 6 63 0 13 445 104 102
Binary 11010111 1101111 11100100 110 110011 0 1011 100100101 1000100 1000010

Color Harmonies of #D76FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FE4

Black with #D76FE4

Text Example


Text Example

White with #D76FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FE4; }

 p { color: rgb(215,111,228); }

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

background-color css

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

 a { background-color: rgb(215,111,228); }

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

border-color css

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

 span { border-color: rgb(215,111,228); }

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