Html Css Color HEX #D470D5 Orchid

📋 copy color: '#D470D5'

red 212 ◦ green 112 ◦ blue 213

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

Shades of Orchid #D470D5

Tints of Orchid #D470D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 39.48%
G = 20.86%
B = 39.66%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D470D5 (or 0xD470D5) is known color: Orchid. HEX triplet: D4, 70 and D5. RGB value is (212,112,213). Sum of RGB (Red+Green+Blue) = 212+112+213=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #D470D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470D5 is #2B8F2A. Grayscale: #999999. Windows color (decimal): -2854699 or 13988052. OLE color: 13988052.

HSL color Cylindrical-coordinate representation of color #D470D5: hue angle of 299.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D470D5 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 112 213 -
CMYK 0.00 0.47 0 0.16
HSL 299.41º 0.55% 0.64% -
HSV(B) 299.41º 0.47% 0.84% -
XYZ 44.96 30.39 66.45 -
YUV 153.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 212 112 213 0.00 0.47 0 0.16 299.41 0.55 0.64
Hex D4 70 D5 0 2F 0 10 12B 37 40
Octal 324 160 325 0 57 0 20 453 67 100
Binary 11010100 1110000 11010101 0 101111 0 10000 100101011 110111 1000000

Color Harmonies of #D470D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470D5

Black with #D470D5

Text Example


Text Example

White with #D470D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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