Html Css Color HEX #D270BA Orchid

📋 copy color: '#D270BA'

red 210 ◦ green 112 ◦ blue 186

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

Shades of Orchid #D270BA

Tints of Orchid #D270BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 41.34%
G = 22.05%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D270BA (or 0xD270BA) is known color: Orchid. HEX triplet: D2, 70 and BA. RGB value is (210,112,186). Sum of RGB (Red+Green+Blue) = 210+112+186=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D270BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270BA is #2D8F45. Grayscale: #959595. Windows color (decimal): -2985798 or 12218578. OLE color: 12218578.

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

Color convert

RGB 210 112 186 -
CMYK 0 0.47 0.11 0.18
HSL 314.69º 0.52% 0.63% -
HSV(B) 314.69º 0.47% 0.82% -
XYZ 41.24 28.84 49.85 -
YUV 149.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 210 112 186 0 0.47 0.11 0.18 314.69 0.52 0.63
Hex D2 70 BA 0 2F B 12 13B 34 3F
Octal 322 160 272 0 57 13 22 473 64 77
Binary 11010010 1110000 10111010 0 101111 1011 10010 100111011 110100 111111

Color Harmonies of #D270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270BA

Black with #D270BA

Text Example


Text Example

White with #D270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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