Html Css Color HEX #D469E5 Orchid

📋 copy color: '#D469E5'

red 212 ◦ green 105 ◦ blue 229

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

Shades of Orchid #D469E5

Tints of Orchid #D469E5

RGB

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

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

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

R = 38.83%
G = 19.23%
B = 41.94%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D469E5 (or 0xD469E5) is known color: Orchid. HEX triplet: D4, 69 and E5. RGB value is (212,105,229). Sum of RGB (Red+Green+Blue) = 212+105+229=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D469E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469E5 is #2B961A. Grayscale: #969696. Windows color (decimal): -2856475 or 15034836. OLE color: 15034836.

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

Color convert

RGB 212 105 229 -
CMYK 0.07 0.54 0 0.10
HSL 291.77º 0.7% 0.65% -
HSV(B) 291.77º 0.54% 0.9% -
XYZ 46.35 29.76 77.43 -
YUV 151.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 212 105 229 0.07 0.54 0 0.10 291.77 0.7 0.65
Hex D4 69 E5 7 36 0 A 124 46 41
Octal 324 151 345 7 66 0 12 444 106 101
Binary 11010100 1101001 11100101 111 110110 0 1010 100100100 1000110 1000001

Color Harmonies of #D469E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469E5

Black with #D469E5

Text Example


Text Example

White with #D469E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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