Html Css Color HEX #D273DA Orchid

📋 copy color: '#D273DA'

red 210 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D273DA

Tints of Orchid #D273DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.18%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 38.67%
G = 21.18%
B = 40.15%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D273DA (or 0xD273DA) is known color: Orchid. HEX triplet: D2, 73 and DA. RGB value is (210,115,218). Sum of RGB (Red+Green+Blue) = 210+115+218=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D273DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DA is #2D8C25. Grayscale: #9A9A9A. Windows color (decimal): -2984998 or 14316498. OLE color: 14316498.

HSL color Cylindrical-coordinate representation of color #D273DA: hue angle of 295.34º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D273DA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 115 218 -
CMYK 0.04 0.47 0 0.15
HSL 295.34º 0.58% 0.65% -
HSV(B) 295.34º 0.47% 0.85% -
XYZ 45.36 31.03 69.93 -
YUV 155.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 210 115 218 0.04 0.47 0 0.15 295.34 0.58 0.65
Hex D2 73 DA 4 2F 0 F 127 3A 41
Octal 322 163 332 4 57 0 17 447 72 101
Binary 11010010 1110011 11011010 100 101111 0 1111 100100111 111010 1000001

Color Harmonies of #D273DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273DA

Black with #D273DA

Text Example


Text Example

White with #D273DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273DA; }

 p { color: rgb(210,115,218); }

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

background-color css

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

 a { background-color: rgb(210,115,218); }

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

border-color css

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

 span { border-color: rgb(210,115,218); }

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