Html Css Color HEX #D469DC Orchid

📋 copy color: '#D469DC'

red 212 ◦ green 105 ◦ blue 220

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

Shades of Orchid #D469DC

Tints of Orchid #D469DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 39.48%
G = 19.55%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D469DC (or 0xD469DC) is known color: Orchid. HEX triplet: D4, 69 and DC. RGB value is (212,105,220). Sum of RGB (Red+Green+Blue) = 212+105+220=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #D469DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469DC is #2B9623. Grayscale: #959595. Windows color (decimal): -2856484 or 14445012. OLE color: 14445012.

HSL color Cylindrical-coordinate representation of color #D469DC: hue angle of 295.83º degrees, saturation: 0.62, 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 #D469DC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 105 220 -
CMYK 0.04 0.52 0 0.14
HSL 295.83º 0.62% 0.64% -
HSV(B) 295.83º 0.52% 0.86% -
XYZ 45.12 29.27 70.98 -
YUV 150.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 212 105 220 0.04 0.52 0 0.14 295.83 0.62 0.64
Hex D4 69 DC 4 34 0 E 128 3E 40
Octal 324 151 334 4 64 0 16 450 76 100
Binary 11010100 1101001 11011100 100 110100 0 1110 100101000 111110 1000000

Color Harmonies of #D469DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469DC

Black with #D469DC

Text Example


Text Example

White with #D469DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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