Html Css Color HEX #D469DA Orchid

📋 copy color: '#D469DA'

red 212 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D469DA

Tints of Orchid #D469DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 39.63%
G = 19.63%
B = 40.75%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D469DA (or 0xD469DA) is known color: Orchid. HEX triplet: D4, 69 and DA. RGB value is (212,105,218). Sum of RGB (Red+Green+Blue) = 212+105+218=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D469DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469DA is #2B9625. Grayscale: #959595. Windows color (decimal): -2856486 or 14313940. OLE color: 14313940.

HSL color Cylindrical-coordinate representation of color #D469DA: hue angle of 296.81º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D469DA is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 105 218 -
CMYK 0.03 0.52 0 0.15
HSL 296.81º 0.6% 0.63% -
HSV(B) 296.81º 0.52% 0.85% -
XYZ 44.86 29.16 69.59 -
YUV 149.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 212 105 218 0.03 0.52 0 0.15 296.81 0.6 0.63
Hex D4 69 DA 3 34 0 F 129 3C 3F
Octal 324 151 332 3 64 0 17 451 74 77
Binary 11010100 1101001 11011010 11 110100 0 1111 100101001 111100 111111

Color Harmonies of #D469DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469DA

Black with #D469DA

Text Example


Text Example

White with #D469DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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