Html Css Color HEX #D274B7 Orchid

📋 copy color: '#D274B7'

red 210 ◦ green 116 ◦ blue 183

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

Shades of Orchid #D274B7

Tints of Orchid #D274B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 41.26%
G = 22.79%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D274B7 (or 0xD274B7) is known color: Orchid. HEX triplet: D2, 74 and B7. RGB value is (210,116,183). Sum of RGB (Red+Green+Blue) = 210+116+183=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D274B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274B7 is #2D8B48. Grayscale: #979797. Windows color (decimal): -2984777 or 12022994. OLE color: 12022994.

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

Color convert

RGB 210 116 183 -
CMYK 0 0.45 0.13 0.18
HSL 317.23º 0.51% 0.64% -
HSV(B) 317.23º 0.45% 0.82% -
XYZ 41.37 29.61 48.33 -
YUV 151.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 210 116 183 0 0.45 0.13 0.18 317.23 0.51 0.64
Hex D2 74 B7 0 2D D 12 13D 33 40
Octal 322 164 267 0 55 15 22 475 63 100
Binary 11010010 1110100 10110111 0 101101 1101 10010 100111101 110011 1000000

Color Harmonies of #D274B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274B7

Black with #D274B7

Text Example


Text Example

White with #D274B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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