Html Css Color HEX #D471CE Orchid

📋 copy color: '#D471CE'

red 212 ◦ green 113 ◦ blue 206

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

Shades of Orchid #D471CE

Tints of Orchid #D471CE

RGB

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

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

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

R = 39.92%
G = 21.28%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D471CE (or 0xD471CE) is known color: Orchid. HEX triplet: D4, 71 and CE. RGB value is (212,113,206). Sum of RGB (Red+Green+Blue) = 212+113+206=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D471CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471CE is #2B8E31. Grayscale: #989898. Windows color (decimal): -2854450 or 13529556. OLE color: 13529556.

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

Color convert

RGB 212 113 206 -
CMYK 0 0.47 0.03 0.17
HSL 303.64º 0.54% 0.64% -
HSV(B) 303.64º 0.47% 0.83% -
XYZ 44.2 30.26 61.9 -
YUV 153.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 212 113 206 0 0.47 0.03 0.17 303.64 0.54 0.64
Hex D4 71 CE 0 2F 3 11 130 36 40
Octal 324 161 316 0 57 3 21 460 66 100
Binary 11010100 1110001 11001110 0 101111 11 10001 100110000 110110 1000000

Color Harmonies of #D471CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471CE

Black with #D471CE

Text Example


Text Example

White with #D471CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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