Html Css Color HEX #D273CC Orchid

📋 copy color: '#D273CC'

red 210 ◦ green 115 ◦ blue 204

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

Shades of Orchid #D273CC

Tints of Orchid #D273CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 39.7%
G = 21.74%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D273CC (or 0xD273CC) is known color: Orchid. HEX triplet: D2, 73 and CC. RGB value is (210,115,204). Sum of RGB (Red+Green+Blue) = 210+115+204=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D273CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273CC is #2D8C33. Grayscale: #999999. Windows color (decimal): -2985012 or 13398994. OLE color: 13398994.

HSL color Cylindrical-coordinate representation of color #D273CC: hue angle of 303.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273CC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 204 -
CMYK 0 0.45 0.03 0.18
HSL 303.79º 0.51% 0.64% -
HSV(B) 303.79º 0.45% 0.82% -
XYZ 43.61 30.32 60.68 -
YUV 153.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 210 115 204 0 0.45 0.03 0.18 303.79 0.51 0.64
Hex D2 73 CC 0 2D 3 12 130 33 40
Octal 322 163 314 0 55 3 22 460 63 100
Binary 11010010 1110011 11001100 0 101101 11 10010 100110000 110011 1000000

Color Harmonies of #D273CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273CC

Black with #D273CC

Text Example


Text Example

White with #D273CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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