Html Css Color HEX #D469E7 Orchid

📋 copy color: '#D469E7'

red 212 ◦ green 105 ◦ blue 231

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

Shades of Orchid #D469E7

Tints of Orchid #D469E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 38.69%
G = 19.16%
B = 42.15%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D469E7 (or 0xD469E7) is known color: Orchid. HEX triplet: D4, 69 and E7. RGB value is (212,105,231). Sum of RGB (Red+Green+Blue) = 212+105+231=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #D469E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469E7 is #2B9618. Grayscale: #969696. Windows color (decimal): -2856473 or 15165908. OLE color: 15165908.

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

Color convert

RGB 212 105 231 -
CMYK 0.08 0.55 0 0.09
HSL 290.95º 0.72% 0.66% -
HSV(B) 290.95º 0.55% 0.91% -
XYZ 46.63 29.87 78.91 -
YUV 151.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 212 105 231 0.08 0.55 0 0.09 290.95 0.72 0.66
Hex D4 69 E7 8 37 0 9 123 48 42
Octal 324 151 347 10 67 0 11 443 110 102
Binary 11010100 1101001 11100111 1000 110111 0 1001 100100011 1001000 1000010

Color Harmonies of #D469E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469E7

Black with #D469E7

Text Example


Text Example

White with #D469E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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