Html Css Color HEX #D469DD Orchid

📋 copy color: '#D469DD'

red 212 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D469DD

Tints of Orchid #D469DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 39.41%
G = 19.52%
B = 41.08%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D469DD (or 0xD469DD) is known color: Orchid. HEX triplet: D4, 69 and DD. RGB value is (212,105,221). Sum of RGB (Red+Green+Blue) = 212+105+221=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D469DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469DD is #2B9622. Grayscale: #959595. Windows color (decimal): -2856483 or 14510548. OLE color: 14510548.

HSL color Cylindrical-coordinate representation of color #D469DD: hue angle of 295.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D469DD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 105 221 -
CMYK 0.04 0.52 0 0.13
HSL 295.34º 0.63% 0.64% -
HSV(B) 295.34º 0.52% 0.87% -
XYZ 45.25 29.32 71.68 -
YUV 150.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 212 105 221 0.04 0.52 0 0.13 295.34 0.63 0.64
Hex D4 69 DD 4 34 0 D 127 3F 40
Octal 324 151 335 4 64 0 15 447 77 100
Binary 11010100 1101001 11011101 100 110100 0 1101 100100111 111111 1000000

Color Harmonies of #D469DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469DD

Black with #D469DD

Text Example


Text Example

White with #D469DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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