Html Css Color HEX #D475C0 Orchid

📋 copy color: '#D475C0'

red 212 ◦ green 117 ◦ blue 192

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

Shades of Orchid #D475C0

Tints of Orchid #D475C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.46%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 40.69%
G = 22.46%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D475C0 (or 0xD475C0) is known color: Orchid. HEX triplet: D4, 75 and C0. RGB value is (212,117,192). Sum of RGB (Red+Green+Blue) = 212+117+192=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475C0 is #2B8A3F. Grayscale: #999999. Windows color (decimal): -2853440 or 12613076. OLE color: 12613076.

HSL color Cylindrical-coordinate representation of color #D475C0: hue angle of 312.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475C0 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 192 -
CMYK 0 0.45 0.09 0.17
HSL 312.63º 0.52% 0.65% -
HSV(B) 312.63º 0.45% 0.83% -
XYZ 43.03 30.53 53.49 -
YUV 153.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 212 117 192 0 0.45 0.09 0.17 312.63 0.52 0.65
Hex D4 75 C0 0 2D 9 11 139 34 41
Octal 324 165 300 0 55 11 21 471 64 101
Binary 11010100 1110101 11000000 0 101101 1001 10001 100111001 110100 1000001

Color Harmonies of #D475C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475C0

Black with #D475C0

Text Example


Text Example

White with #D475C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475C0; }

 p { color: rgb(212,117,192); }

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

background-color css

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

 a { background-color: rgb(212,117,192); }

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

border-color css

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

 span { border-color: rgb(212,117,192); }

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