Html Css Color HEX #D473CE Orchid

📋 copy color: '#D473CE'

red 212 ◦ green 115 ◦ blue 206

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

Shades of Orchid #D473CE

Tints of Orchid #D473CE

RGB

 RED value IS 212 (83.2% from 255) = 39.77%

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

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

R = 39.77%
G = 21.58%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D473CE (or 0xD473CE) is known color: Orchid. HEX triplet: D4, 73 and CE. RGB value is (212,115,206). Sum of RGB (Red+Green+Blue) = 212+115+206=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D473CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473CE is #2B8C31. Grayscale: #9A9A9A. Windows color (decimal): -2853938 or 13530068. OLE color: 13530068.

HSL color Cylindrical-coordinate representation of color #D473CE: hue angle of 303.71º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D473CE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 206 -
CMYK 0 0.46 0.03 0.17
HSL 303.71º 0.53% 0.64% -
HSV(B) 303.71º 0.46% 0.83% -
XYZ 44.42 30.71 61.98 -
YUV 154.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 212 115 206 0 0.46 0.03 0.17 303.71 0.53 0.64
Hex D4 73 CE 0 2E 3 11 130 35 40
Octal 324 163 316 0 56 3 21 460 65 100
Binary 11010100 1110011 11001110 0 101110 11 10001 100110000 110101 1000000

Color Harmonies of #D473CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473CE

Black with #D473CE

Text Example


Text Example

White with #D473CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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