Html Css Color HEX #D486CC Orchid

📋 copy color: '#D486CC'

red 212 ◦ green 134 ◦ blue 204

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

Shades of Orchid #D486CC

Tints of Orchid #D486CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 38.55%
G = 24.36%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D486CC (or 0xD486CC) is known color: Orchid. HEX triplet: D4, 86 and CC. RGB value is (212,134,204). Sum of RGB (Red+Green+Blue) = 212+134+204=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D486CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486CC is #2B7933. Grayscale: #A5A5A5. Windows color (decimal): -2849076 or 13403860. OLE color: 13403860.

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

Color convert

RGB 212 134 204 -
CMYK 0 0.37 0.04 0.17
HSL 306.15º 0.48% 0.68% -
HSV(B) 306.15º 0.37% 0.83% -
XYZ 46.58 35.41 61.51 -
YUV 165.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 212 134 204 0 0.37 0.04 0.17 306.15 0.48 0.68
Hex D4 86 CC 0 25 4 11 132 30 44
Octal 324 206 314 0 45 4 21 462 60 104
Binary 11010100 10000110 11001100 0 100101 100 10001 100110010 110000 1000100

Color Harmonies of #D486CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486CC

Black with #D486CC

Text Example


Text Example

White with #D486CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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