Html Css Color HEX #D471CD Orchid

📋 copy color: '#D471CD'

red 212 ◦ green 113 ◦ blue 205

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

Shades of Orchid #D471CD

Tints of Orchid #D471CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 40%
G = 21.32%
B = 38.68%

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

#D471CD (or 0xD471CD) is known color: Orchid. HEX triplet: D4, 71 and CD. RGB value is (212,113,205). Sum of RGB (Red+Green+Blue) = 212+113+205=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D471CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471CD is #2B8E32. Grayscale: #989898. Windows color (decimal): -2854451 or 13464020. OLE color: 13464020.

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

Color convert

RGB 212 113 205 -
CMYK 0 0.47 0.03 0.17
HSL 304.24º 0.54% 0.64% -
HSV(B) 304.24º 0.47% 0.83% -
XYZ 44.08 30.22 61.27 -
YUV 153.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 212 113 205 0 0.47 0.03 0.17 304.24 0.54 0.64
Hex D4 71 CD 0 2F 3 11 130 36 40
Octal 324 161 315 0 57 3 21 460 66 100
Binary 11010100 1110001 11001101 0 101111 11 10001 100110000 110110 1000000

Color Harmonies of #D471CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471CD

Black with #D471CD

Text Example


Text Example

White with #D471CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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