Html Css Color HEX #D270B8 Orchid

📋 copy color: '#D270B8'

red 210 ◦ green 112 ◦ blue 184

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

Shades of Orchid #D270B8

Tints of Orchid #D270B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.36%

R = 41.5%
G = 22.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D270B8 (or 0xD270B8) is known color: Orchid. HEX triplet: D2, 70 and B8. RGB value is (210,112,184). Sum of RGB (Red+Green+Blue) = 210+112+184=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D270B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270B8 is #2D8F47. Grayscale: #959595. Windows color (decimal): -2985800 or 12087506. OLE color: 12087506.

HSL color Cylindrical-coordinate representation of color #D270B8: hue angle of 315.92º 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 #D270B8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 184 -
CMYK 0 0.47 0.12 0.18
HSL 315.92º 0.52% 0.63% -
HSV(B) 315.92º 0.47% 0.82% -
XYZ 41.02 28.75 48.73 -
YUV 149.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 210 112 184 0 0.47 0.12 0.18 315.92 0.52 0.63
Hex D2 70 B8 0 2F C 12 13C 34 3F
Octal 322 160 270 0 57 14 22 474 64 77
Binary 11010010 1110000 10111000 0 101111 1100 10010 100111100 110100 111111

Color Harmonies of #D270B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270B8

Black with #D270B8

Text Example


Text Example

White with #D270B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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