Html Css Color HEX #D270BC Orchid

📋 copy color: '#D270BC'

red 210 ◦ green 112 ◦ blue 188

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

Shades of Orchid #D270BC

Tints of Orchid #D270BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 41.18%
G = 21.96%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D270BC (or 0xD270BC) is known color: Orchid. HEX triplet: D2, 70 and BC. RGB value is (210,112,188). Sum of RGB (Red+Green+Blue) = 210+112+188=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D270BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270BC is #2D8F43. Grayscale: #959595. Windows color (decimal): -2985796 or 12349650. OLE color: 12349650.

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

Color convert

RGB 210 112 188 -
CMYK 0 0.47 0.10 0.18
HSL 313.47º 0.52% 0.63% -
HSV(B) 313.47º 0.47% 0.82% -
XYZ 41.45 28.92 50.97 -
YUV 149.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 210 112 188 0 0.47 0.10 0.18 313.47 0.52 0.63
Hex D2 70 BC 0 2F A 12 139 34 3F
Octal 322 160 274 0 57 12 22 471 64 77
Binary 11010010 1110000 10111100 0 101111 1010 10010 100111001 110100 111111

Color Harmonies of #D270BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270BC

Black with #D270BC

Text Example


Text Example

White with #D270BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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