Html Css Color HEX #D485CE Orchid

📋 copy color: '#D485CE'

red 212 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D485CE

Tints of Orchid #D485CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.14%

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

R = 38.48%
G = 24.14%
B = 37.39%

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

#D485CE (or 0xD485CE) is known color: Orchid. HEX triplet: D4, 85 and CE. RGB value is (212,133,206). Sum of RGB (Red+Green+Blue) = 212+133+206=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CE is #2B7A31. Grayscale: #A4A4A4. Windows color (decimal): -2849330 or 13534676. OLE color: 13534676.

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

Color convert

RGB 212 133 206 -
CMYK 0 0.37 0.03 0.17
HSL 304.56º 0.48% 0.68% -
HSV(B) 304.56º 0.37% 0.83% -
XYZ 46.68 35.23 62.73 -
YUV 164.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 212 133 206 0 0.37 0.03 0.17 304.56 0.48 0.68
Hex D4 85 CE 0 25 3 11 131 30 44
Octal 324 205 316 0 45 3 21 461 60 104
Binary 11010100 10000101 11001110 0 100101 11 10001 100110001 110000 1000100

Color Harmonies of #D485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485CE

Black with #D485CE

Text Example


Text Example

White with #D485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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