Html Css Color HEX #D273D7 Orchid

📋 copy color: '#D273D7'

red 210 ◦ green 115 ◦ blue 215

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

Shades of Orchid #D273D7

Tints of Orchid #D273D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 38.89%
G = 21.3%
B = 39.81%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D273D7 (or 0xD273D7) is known color: Orchid. HEX triplet: D2, 73 and D7. RGB value is (210,115,215). Sum of RGB (Red+Green+Blue) = 210+115+215=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #D273D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273D7 is #2D8C28. Grayscale: #9A9A9A. Windows color (decimal): -2985001 or 14119890. OLE color: 14119890.

HSL color Cylindrical-coordinate representation of color #D273D7: hue angle of 297º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D273D7 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 115 215 -
CMYK 0.02 0.47 0 0.16
HSL 297º 0.56% 0.65% -
HSV(B) 297º 0.47% 0.84% -
XYZ 44.97 30.87 67.88 -
YUV 154.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 210 115 215 0.02 0.47 0 0.16 297 0.56 0.65
Hex D2 73 D7 2 2F 0 10 129 38 41
Octal 322 163 327 2 57 0 20 451 70 101
Binary 11010010 1110011 11010111 10 101111 0 10000 100101001 111000 1000001

Color Harmonies of #D273D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273D7

Black with #D273D7

Text Example


Text Example

White with #D273D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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