Html Css Color HEX #D273DC Orchid

📋 copy color: '#D273DC'

red 210 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D273DC

Tints of Orchid #D273DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 38.53%
G = 21.1%
B = 40.37%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D273DC (or 0xD273DC) is known color: Orchid. HEX triplet: D2, 73 and DC. RGB value is (210,115,220). Sum of RGB (Red+Green+Blue) = 210+115+220=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D273DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DC is #2D8C23. Grayscale: #9B9B9B. Windows color (decimal): -2984996 or 14447570. OLE color: 14447570.

HSL color Cylindrical-coordinate representation of color #D273DC: hue angle of 294.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D273DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 115 220 -
CMYK 0.05 0.48 0 0.14
HSL 294.29º 0.6% 0.66% -
HSV(B) 294.29º 0.48% 0.86% -
XYZ 45.63 31.13 71.31 -
YUV 155.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 210 115 220 0.05 0.48 0 0.14 294.29 0.6 0.66
Hex D2 73 DC 5 30 0 E 126 3C 42
Octal 322 163 334 5 60 0 16 446 74 102
Binary 11010010 1110011 11011100 101 110000 0 1110 100100110 111100 1000010

Color Harmonies of #D273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273DC

Black with #D273DC

Text Example


Text Example

White with #D273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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