Html Css Color HEX #D469DB Orchid

📋 copy color: '#D469DB'

red 212 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D469DB

Tints of Orchid #D469DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 39.55%
G = 19.59%
B = 40.86%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D469DB (or 0xD469DB) is known color: Orchid. HEX triplet: D4, 69 and DB. RGB value is (212,105,219). Sum of RGB (Red+Green+Blue) = 212+105+219=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D469DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469DB is #2B9624. Grayscale: #959595. Windows color (decimal): -2856485 or 14379476. OLE color: 14379476.

HSL color Cylindrical-coordinate representation of color #D469DB: hue angle of 296.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D469DB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 105 219 -
CMYK 0.03 0.52 0 0.14
HSL 296.32º 0.61% 0.64% -
HSV(B) 296.32º 0.52% 0.86% -
XYZ 44.99 29.21 70.29 -
YUV 149.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 212 105 219 0.03 0.52 0 0.14 296.32 0.61 0.64
Hex D4 69 DB 3 34 0 E 128 3D 40
Octal 324 151 333 3 64 0 16 450 75 100
Binary 11010100 1101001 11011011 11 110100 0 1110 100101000 111101 1000000

Color Harmonies of #D469DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469DB

Black with #D469DB

Text Example


Text Example

White with #D469DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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