Html Css Color HEX #D473CF Orchid

📋 copy color: '#D473CF'

red 212 ◦ green 115 ◦ blue 207

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

Shades of Orchid #D473CF

Tints of Orchid #D473CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 39.7%
G = 21.54%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D473CF (or 0xD473CF) is known color: Orchid. HEX triplet: D4, 73 and CF. RGB value is (212,115,207). Sum of RGB (Red+Green+Blue) = 212+115+207=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D473CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473CF is #2B8C30. Grayscale: #9A9A9A. Windows color (decimal): -2853937 or 13595604. OLE color: 13595604.

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

Color convert

RGB 212 115 207 -
CMYK 0 0.46 0.02 0.17
HSL 303.09º 0.53% 0.64% -
HSV(B) 303.09º 0.46% 0.83% -
XYZ 44.54 30.76 62.62 -
YUV 154.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 212 115 207 0 0.46 0.02 0.17 303.09 0.53 0.64
Hex D4 73 CF 0 2E 2 11 12F 35 40
Octal 324 163 317 0 56 2 21 457 65 100
Binary 11010100 1110011 11001111 0 101110 10 10001 100101111 110101 1000000

Color Harmonies of #D473CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473CF

Black with #D473CF

Text Example


Text Example

White with #D473CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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