Html Css Color HEX #D769E8 Orchid

📋 copy color: '#D769E8'

red 215 ◦ green 105 ◦ blue 232

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

Shades of Orchid #D769E8

Tints of Orchid #D769E8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.02%

 BLUE value IS 232 (91.02% from 255) = 42.03%

R = 38.95%
G = 19.02%
B = 42.03%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D769E8 (or 0xD769E8) is known color: Orchid. HEX triplet: D7, 69 and E8. RGB value is (215,105,232). Sum of RGB (Red+Green+Blue) = 215+105+232=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #D769E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D769E8 is #289617. Grayscale: #979797. Windows color (decimal): -2659864 or 15231447. OLE color: 15231447.

HSL color Cylindrical-coordinate representation of color #D769E8: hue angle of 291.97º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D769E8 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 105 232 -
CMYK 0.07 0.55 0 0.09
HSL 291.97º 0.73% 0.66% -
HSV(B) 291.97º 0.55% 0.91% -
XYZ 47.64 30.38 79.7 -
YUV 152.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 215 105 232 0.07 0.55 0 0.09 291.97 0.73 0.66
Hex D7 69 E8 7 37 0 9 124 49 42
Octal 327 151 350 7 67 0 11 444 111 102
Binary 11010111 1101001 11101000 111 110111 0 1001 100100100 1001001 1000010

Color Harmonies of #D769E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769E8

Black with #D769E8

Text Example


Text Example

White with #D769E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769E8; }

 p { color: rgb(215,105,232); }

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

background-color css

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

 a { background-color: rgb(215,105,232); }

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

border-color css

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

 span { border-color: rgb(215,105,232); }

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