Html Css Color HEX #D270D8 Orchid

📋 copy color: '#D270D8'

red 210 ◦ green 112 ◦ blue 216

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

Shades of Orchid #D270D8

Tints of Orchid #D270D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 39.03%
G = 20.82%
B = 40.15%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D270D8 (or 0xD270D8) is known color: Orchid. HEX triplet: D2, 70 and D8. RGB value is (210,112,216). Sum of RGB (Red+Green+Blue) = 210+112+216=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #D270D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270D8 is #2D8F27. Grayscale: #989898. Windows color (decimal): -2985768 or 14184658. OLE color: 14184658.

HSL color Cylindrical-coordinate representation of color #D270D8: hue angle of 296.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D270D8 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 112 216 -
CMYK 0.03 0.48 0 0.15
HSL 296.54º 0.57% 0.64% -
HSV(B) 296.54º 0.48% 0.85% -
XYZ 44.77 30.25 68.44 -
YUV 153.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 210 112 216 0.03 0.48 0 0.15 296.54 0.57 0.64
Hex D2 70 D8 3 30 0 F 129 39 40
Octal 322 160 330 3 60 0 17 451 71 100
Binary 11010010 1110000 11011000 11 110000 0 1111 100101001 111001 1000000

Color Harmonies of #D270D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270D8

Black with #D270D8

Text Example


Text Example

White with #D270D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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