Html Css Color HEX #D869E5 Orchid

📋 copy color: '#D869E5'

red 216 ◦ green 105 ◦ blue 229

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

Shades of Orchid #D869E5

Tints of Orchid #D869E5

RGB

 RED value IS 216 (84.77% from 255) = 39.27%

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

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

R = 39.27%
G = 19.09%
B = 41.64%

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

#D869E5 (or 0xD869E5) is known color: Orchid. HEX triplet: D8, 69 and E5. RGB value is (216,105,229). Sum of RGB (Red+Green+Blue) = 216+105+229=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D869E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869E5 is #27961A. Grayscale: #979797. Windows color (decimal): -2594331 or 15034840. OLE color: 15034840.

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

Color convert

RGB 216 105 229 -
CMYK 0.06 0.54 0 0.10
HSL 293.71º 0.7% 0.65% -
HSV(B) 293.71º 0.54% 0.9% -
XYZ 47.51 30.36 77.48 -
YUV 152.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 216 105 229 0.06 0.54 0 0.10 293.71 0.7 0.65
Hex D8 69 E5 6 36 0 A 126 46 41
Octal 330 151 345 6 66 0 12 446 106 101
Binary 11011000 1101001 11100101 110 110110 0 1010 100100110 1000110 1000001

Color Harmonies of #D869E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869E5

Black with #D869E5

Text Example


Text Example

White with #D869E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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