Html Css Color HEX #D769E5 Orchid

📋 copy color: '#D769E5'

red 215 ◦ green 105 ◦ blue 229

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

Shades of Orchid #D769E5

Tints of Orchid #D769E5

RGB

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

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

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

R = 39.16%
G = 19.13%
B = 41.71%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D769E5 (or 0xD769E5) is known color: Orchid. HEX triplet: D7, 69 and E5. RGB value is (215,105,229). Sum of RGB (Red+Green+Blue) = 215+105+229=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D769E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769E5 is #28961A. Grayscale: #979797. Windows color (decimal): -2659867 or 15034839. OLE color: 15034839.

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

Color convert

RGB 215 105 229 -
CMYK 0.06 0.54 0 0.10
HSL 293.23º 0.7% 0.65% -
HSV(B) 293.23º 0.54% 0.9% -
XYZ 47.22 30.21 77.47 -
YUV 152.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 215 105 229 0.06 0.54 0 0.10 293.23 0.7 0.65
Hex D7 69 E5 6 36 0 A 125 46 41
Octal 327 151 345 6 66 0 12 445 106 101
Binary 11010111 1101001 11100101 110 110110 0 1010 100100101 1000110 1000001

Color Harmonies of #D769E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769E5

Black with #D769E5

Text Example


Text Example

White with #D769E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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