Html Css Color HEX #D270B7 Orchid

📋 copy color: '#D270B7'

red 210 ◦ green 112 ◦ blue 183

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

Shades of Orchid #D270B7

Tints of Orchid #D270B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 41.58%
G = 22.18%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D270B7 (or 0xD270B7) is known color: Orchid. HEX triplet: D2, 70 and B7. RGB value is (210,112,183). Sum of RGB (Red+Green+Blue) = 210+112+183=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D270B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270B7 is #2D8F48. Grayscale: #959595. Windows color (decimal): -2985801 or 12021970. OLE color: 12021970.

HSL color Cylindrical-coordinate representation of color #D270B7: hue angle of 316.53º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270B7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 183 -
CMYK 0 0.47 0.13 0.18
HSL 316.53º 0.52% 0.63% -
HSV(B) 316.53º 0.47% 0.82% -
XYZ 40.92 28.71 48.18 -
YUV 149.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 210 112 183 0 0.47 0.13 0.18 316.53 0.52 0.63
Hex D2 70 B7 0 2F D 12 13D 34 3F
Octal 322 160 267 0 57 15 22 475 64 77
Binary 11010010 1110000 10110111 0 101111 1101 10010 100111101 110100 111111

Color Harmonies of #D270B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270B7

Black with #D270B7

Text Example


Text Example

White with #D270B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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