Html Css Color HEX #D470DF Orchid

📋 copy color: '#D470DF'

red 212 ◦ green 112 ◦ blue 223

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

Shades of Orchid #D470DF

Tints of Orchid #D470DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 38.76%
G = 20.48%
B = 40.77%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D470DF (or 0xD470DF) is known color: Orchid. HEX triplet: D4, 70 and DF. RGB value is (212,112,223). Sum of RGB (Red+Green+Blue) = 212+112+223=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D470DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470DF is #2B8F20. Grayscale: #9A9A9A. Windows color (decimal): -2854689 or 14643412. OLE color: 14643412.

HSL color Cylindrical-coordinate representation of color #D470DF: hue angle of 294.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D470DF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 112 223 -
CMYK 0.05 0.50 0 0.13
HSL 294.05º 0.63% 0.66% -
HSV(B) 294.05º 0.5% 0.87% -
XYZ 46.26 30.91 73.34 -
YUV 154.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 212 112 223 0.05 0.50 0 0.13 294.05 0.63 0.66
Hex D4 70 DF 5 32 0 D 126 3F 42
Octal 324 160 337 5 62 0 15 446 77 102
Binary 11010100 1110000 11011111 101 110010 0 1101 100100110 111111 1000010

Color Harmonies of #D470DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470DF

Black with #D470DF

Text Example


Text Example

White with #D470DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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