Html Css Color HEX #D273CE Orchid

📋 copy color: '#D273CE'

red 210 ◦ green 115 ◦ blue 206

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

Shades of Orchid #D273CE

Tints of Orchid #D273CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 39.55%
G = 21.66%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D273CE (or 0xD273CE) is known color: Orchid. HEX triplet: D2, 73 and CE. RGB value is (210,115,206). Sum of RGB (Red+Green+Blue) = 210+115+206=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D273CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273CE is #2D8C31. Grayscale: #999999. Windows color (decimal): -2985010 or 13530066. OLE color: 13530066.

HSL color Cylindrical-coordinate representation of color #D273CE: hue angle of 302.53º 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 #D273CE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 206 -
CMYK 0 0.45 0.02 0.18
HSL 302.53º 0.51% 0.64% -
HSV(B) 302.53º 0.45% 0.82% -
XYZ 43.85 30.42 61.95 -
YUV 153.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 210 115 206 0 0.45 0.02 0.18 302.53 0.51 0.64
Hex D2 73 CE 0 2D 2 12 12F 33 40
Octal 322 163 316 0 55 2 22 457 63 100
Binary 11010010 1110011 11001110 0 101101 10 10010 100101111 110011 1000000

Color Harmonies of #D273CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273CE

Black with #D273CE

Text Example


Text Example

White with #D273CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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