Html Css Color HEX #D273DF Orchid

📋 copy color: '#D273DF'

red 210 ◦ green 115 ◦ blue 223

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

Shades of Orchid #D273DF

Tints of Orchid #D273DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 38.32%
G = 20.99%
B = 40.69%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D273DF (or 0xD273DF) is known color: Orchid. HEX triplet: D2, 73 and DF. RGB value is (210,115,223). Sum of RGB (Red+Green+Blue) = 210+115+223=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D273DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DF is #2D8C20. Grayscale: #9B9B9B. Windows color (decimal): -2984993 or 14644178. OLE color: 14644178.

HSL color Cylindrical-coordinate representation of color #D273DF: hue angle of 292.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D273DF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 115 223 -
CMYK 0.06 0.48 0 0.13
HSL 292.78º 0.63% 0.66% -
HSV(B) 292.78º 0.48% 0.87% -
XYZ 46.03 31.29 73.43 -
YUV 155.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 210 115 223 0.06 0.48 0 0.13 292.78 0.63 0.66
Hex D2 73 DF 6 30 0 D 125 3F 42
Octal 322 163 337 6 60 0 15 445 77 102
Binary 11010010 1110011 11011111 110 110000 0 1101 100100101 111111 1000010

Color Harmonies of #D273DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273DF

Black with #D273DF

Text Example


Text Example

White with #D273DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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