Html Css Color HEX #D274BA Orchid

📋 copy color: '#D274BA'

red 210 ◦ green 116 ◦ blue 186

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

Shades of Orchid #D274BA

Tints of Orchid #D274BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

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

R = 41.02%
G = 22.66%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D274BA (or 0xD274BA) is known color: Orchid. HEX triplet: D2, 74 and BA. RGB value is (210,116,186). Sum of RGB (Red+Green+Blue) = 210+116+186=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D274BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274BA is #2D8B45. Grayscale: #979797. Windows color (decimal): -2984774 or 12219602. OLE color: 12219602.

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

Color convert

RGB 210 116 186 -
CMYK 0 0.45 0.11 0.18
HSL 315.32º 0.51% 0.64% -
HSV(B) 315.32º 0.45% 0.82% -
XYZ 41.69 29.74 50 -
YUV 152.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 210 116 186 0 0.45 0.11 0.18 315.32 0.51 0.64
Hex D2 74 BA 0 2D B 12 13B 33 40
Octal 322 164 272 0 55 13 22 473 63 100
Binary 11010010 1110100 10111010 0 101101 1011 10010 100111011 110011 1000000

Color Harmonies of #D274BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274BA

Black with #D274BA

Text Example


Text Example

White with #D274BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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