Html Css Color HEX #D469E8 Orchid

📋 copy color: '#D469E8'

red 212 ◦ green 105 ◦ blue 232

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

Shades of Orchid #D469E8

Tints of Orchid #D469E8

RGB

 RED value IS 212 (83.2% from 255) = 38.62%

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

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

R = 38.62%
G = 19.13%
B = 42.26%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D469E8 (or 0xD469E8) is known color: Orchid. HEX triplet: D4, 69 and E8. RGB value is (212,105,232). Sum of RGB (Red+Green+Blue) = 212+105+232=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #D469E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469E8 is #2B9617. Grayscale: #979797. Windows color (decimal): -2856472 or 15231444. OLE color: 15231444.

HSL color Cylindrical-coordinate representation of color #D469E8: hue angle of 290.55º 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 #D469E8 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 105 232 -
CMYK 0.09 0.55 0 0.09
HSL 290.55º 0.73% 0.66% -
HSV(B) 290.55º 0.55% 0.91% -
XYZ 46.77 29.93 79.66 -
YUV 151.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 212 105 232 0.09 0.55 0 0.09 290.55 0.73 0.66
Hex D4 69 E8 9 37 0 9 123 49 42
Octal 324 151 350 11 67 0 11 443 111 102
Binary 11010100 1101001 11101000 1001 110111 0 1001 100100011 1001001 1000010

Color Harmonies of #D469E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469E8

Black with #D469E8

Text Example


Text Example

White with #D469E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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