Html Css Color HEX #D273DB Orchid

📋 copy color: '#D273DB'

red 210 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D273DB

Tints of Orchid #D273DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 38.6%
G = 21.14%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D273DB (or 0xD273DB) is known color: Orchid. HEX triplet: D2, 73 and DB. RGB value is (210,115,219). Sum of RGB (Red+Green+Blue) = 210+115+219=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D273DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DB is #2D8C24. Grayscale: #9A9A9A. Windows color (decimal): -2984997 or 14382034. OLE color: 14382034.

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

Color convert

RGB 210 115 219 -
CMYK 0.04 0.47 0 0.14
HSL 294.81º 0.59% 0.65% -
HSV(B) 294.81º 0.47% 0.86% -
XYZ 45.5 31.08 70.62 -
YUV 155.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 210 115 219 0.04 0.47 0 0.14 294.81 0.59 0.65
Hex D2 73 DB 4 2F 0 E 127 3B 41
Octal 322 163 333 4 57 0 16 447 73 101
Binary 11010010 1110011 11011011 100 101111 0 1110 100100111 111011 1000001

Color Harmonies of #D273DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273DB

Black with #D273DB

Text Example


Text Example

White with #D273DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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