Html Css Color HEX #D471C9 Orchid

📋 copy color: '#D471C9'

red 212 ◦ green 113 ◦ blue 201

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

Shades of Orchid #D471C9

Tints of Orchid #D471C9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.48%

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 40.3%
G = 21.48%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D471C9 (or 0xD471C9) is known color: Orchid. HEX triplet: D4, 71 and C9. RGB value is (212,113,201). Sum of RGB (Red+Green+Blue) = 212+113+201=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D471C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471C9 is #2B8E36. Grayscale: #989898. Windows color (decimal): -2854455 or 13201876. OLE color: 13201876.

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

Color convert

RGB 212 113 201 -
CMYK 0 0.47 0.05 0.17
HSL 306.67º 0.54% 0.64% -
HSV(B) 306.67º 0.47% 0.83% -
XYZ 43.6 30.02 58.76 -
YUV 152.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 212 113 201 0 0.47 0.05 0.17 306.67 0.54 0.64
Hex D4 71 C9 0 2F 5 11 133 36 40
Octal 324 161 311 0 57 5 21 463 66 100
Binary 11010100 1110001 11001001 0 101111 101 10001 100110011 110110 1000000

Color Harmonies of #D471C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471C9

Black with #D471C9

Text Example


Text Example

White with #D471C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471C9; }

 p { color: rgb(212,113,201); }

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

background-color css

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

 a { background-color: rgb(212,113,201); }

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

border-color css

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

 span { border-color: rgb(212,113,201); }

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