Html Css Color HEX #D470D7 Orchid

📋 copy color: '#D470D7'

red 212 ◦ green 112 ◦ blue 215

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

Shades of Orchid #D470D7

Tints of Orchid #D470D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 39.33%
G = 20.78%
B = 39.89%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D470D7 (or 0xD470D7) is known color: Orchid. HEX triplet: D4, 70 and D7. RGB value is (212,112,215). Sum of RGB (Red+Green+Blue) = 212+112+215=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #D470D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470D7 is #2B8F28. Grayscale: #999999. Windows color (decimal): -2854697 or 14119124. OLE color: 14119124.

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

Color convert

RGB 212 112 215 -
CMYK 0.01 0.48 0 0.16
HSL 298.25º 0.56% 0.64% -
HSV(B) 298.25º 0.48% 0.84% -
XYZ 45.21 30.49 67.79 -
YUV 153.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 212 112 215 0.01 0.48 0 0.16 298.25 0.56 0.64
Hex D4 70 D7 1 30 0 10 12A 38 40
Octal 324 160 327 1 60 0 20 452 70 100
Binary 11010100 1110000 11010111 1 110000 0 10000 100101010 111000 1000000

Color Harmonies of #D470D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470D7

Black with #D470D7

Text Example


Text Example

White with #D470D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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