Html Css Color HEX #D486CD Orchid

📋 copy color: '#D486CD'

red 212 ◦ green 134 ◦ blue 205

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

Shades of Orchid #D486CD

Tints of Orchid #D486CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.32%

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

R = 38.48%
G = 24.32%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D486CD (or 0xD486CD) is known color: Orchid. HEX triplet: D4, 86 and CD. RGB value is (212,134,205). Sum of RGB (Red+Green+Blue) = 212+134+205=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D486CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486CD is #2B7932. Grayscale: #A5A5A5. Windows color (decimal): -2849075 or 13469396. OLE color: 13469396.

HSL color Cylindrical-coordinate representation of color #D486CD: hue angle of 305.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486CD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 205 -
CMYK 0 0.37 0.03 0.17
HSL 305.38º 0.48% 0.68% -
HSV(B) 305.38º 0.37% 0.83% -
XYZ 46.7 35.46 62.14 -
YUV 165.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 212 134 205 0 0.37 0.03 0.17 305.38 0.48 0.68
Hex D4 86 CD 0 25 3 11 131 30 44
Octal 324 206 315 0 45 3 21 461 60 104
Binary 11010100 10000110 11001101 0 100101 11 10001 100110001 110000 1000100

Color Harmonies of #D486CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486CD

Black with #D486CD

Text Example


Text Example

White with #D486CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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