Html Css Color HEX #D270D7 Orchid

📋 copy color: '#D270D7'

red 210 ◦ green 112 ◦ blue 215

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

Shades of Orchid #D270D7

Tints of Orchid #D270D7

RGB

 RED value IS 210 (82.42% from 255) = 39.11%

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

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

R = 39.11%
G = 20.86%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D270D7 (or 0xD270D7) is known color: Orchid. HEX triplet: D2, 70 and D7. RGB value is (210,112,215). Sum of RGB (Red+Green+Blue) = 210+112+215=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #D270D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270D7 is #2D8F28. Grayscale: #989898. Windows color (decimal): -2985769 or 14119122. OLE color: 14119122.

HSL color Cylindrical-coordinate representation of color #D270D7: hue angle of 297.09º 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 #D270D7 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 112 215 -
CMYK 0.02 0.48 0 0.16
HSL 297.09º 0.56% 0.64% -
HSV(B) 297.09º 0.48% 0.84% -
XYZ 44.64 30.2 67.77 -
YUV 153.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 210 112 215 0.02 0.48 0 0.16 297.09 0.56 0.64
Hex D2 70 D7 2 30 0 10 129 38 40
Octal 322 160 327 2 60 0 20 451 70 100
Binary 11010010 1110000 11010111 10 110000 0 10000 100101001 111000 1000000

Color Harmonies of #D270D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270D7

Black with #D270D7

Text Example


Text Example

White with #D270D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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