Html Css Color HEX #D486CE Orchid

📋 copy color: '#D486CE'

red 212 ◦ green 134 ◦ blue 206

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

Shades of Orchid #D486CE

Tints of Orchid #D486CE

RGB

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

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

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

R = 38.41%
G = 24.28%
B = 37.32%

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

#D486CE (or 0xD486CE) is known color: Orchid. HEX triplet: D4, 86 and CE. RGB value is (212,134,206). Sum of RGB (Red+Green+Blue) = 212+134+206=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D486CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486CE is #2B7931. Grayscale: #A5A5A5. Windows color (decimal): -2849074 or 13534932. OLE color: 13534932.

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

Color convert

RGB 212 134 206 -
CMYK 0 0.37 0.03 0.17
HSL 304.62º 0.48% 0.68% -
HSV(B) 304.62º 0.37% 0.83% -
XYZ 46.82 35.5 62.78 -
YUV 165.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 212 134 206 0 0.37 0.03 0.17 304.62 0.48 0.68
Hex D4 86 CE 0 25 3 11 131 30 44
Octal 324 206 316 0 45 3 21 461 60 104
Binary 11010100 10000110 11001110 0 100101 11 10001 100110001 110000 1000100

Color Harmonies of #D486CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486CE

Black with #D486CE

Text Example


Text Example

White with #D486CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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