Html Css Color HEX #D470DD Orchid

📋 copy color: '#D470DD'

red 212 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D470DD

Tints of Orchid #D470DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.55%

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

R = 38.9%
G = 20.55%
B = 40.55%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D470DD (or 0xD470DD) is known color: Orchid. HEX triplet: D4, 70 and DD. RGB value is (212,112,221). Sum of RGB (Red+Green+Blue) = 212+112+221=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D470DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470DD is #2B8F22. Grayscale: #999999. Windows color (decimal): -2854691 or 14512340. OLE color: 14512340.

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

Color convert

RGB 212 112 221 -
CMYK 0.04 0.49 0 0.13
HSL 295.05º 0.62% 0.65% -
HSV(B) 295.05º 0.49% 0.87% -
XYZ 46 30.81 71.93 -
YUV 154.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 212 112 221 0.04 0.49 0 0.13 295.05 0.62 0.65
Hex D4 70 DD 4 31 0 D 127 3E 41
Octal 324 160 335 4 61 0 15 447 76 101
Binary 11010100 1110000 11011101 100 110001 0 1101 100100111 111110 1000001

Color Harmonies of #D470DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470DD

Black with #D470DD

Text Example


Text Example

White with #D470DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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