Html Css Color HEX #D272BC Orchid

📋 copy color: '#D272BC'

red 210 ◦ green 114 ◦ blue 188

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

Shades of Orchid #D272BC

Tints of Orchid #D272BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 41.02%
G = 22.27%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D272BC (or 0xD272BC) is known color: Orchid. HEX triplet: D2, 72 and BC. RGB value is (210,114,188). Sum of RGB (Red+Green+Blue) = 210+114+188=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D272BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272BC is #2D8D43. Grayscale: #969696. Windows color (decimal): -2985284 or 12350162. OLE color: 12350162.

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

Color convert

RGB 210 114 188 -
CMYK 0 0.46 0.10 0.18
HSL 313.75º 0.52% 0.64% -
HSV(B) 313.75º 0.46% 0.82% -
XYZ 41.67 29.37 51.05 -
YUV 151.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 210 114 188 0 0.46 0.10 0.18 313.75 0.52 0.64
Hex D2 72 BC 0 2E A 12 13A 34 40
Octal 322 162 274 0 56 12 22 472 64 100
Binary 11010010 1110010 10111100 0 101110 1010 10010 100111010 110100 1000000

Color Harmonies of #D272BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272BC

Black with #D272BC

Text Example


Text Example

White with #D272BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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