Html Css Color HEX #D485CD Orchid

📋 copy color: '#D485CD'

red 212 ◦ green 133 ◦ blue 205

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

Shades of Orchid #D485CD

Tints of Orchid #D485CD

RGB

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

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

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

R = 38.55%
G = 24.18%
B = 37.27%

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

#D485CD (or 0xD485CD) is known color: Orchid. HEX triplet: D4, 85 and CD. RGB value is (212,133,205). Sum of RGB (Red+Green+Blue) = 212+133+205=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CD is #2B7A32. Grayscale: #A4A4A4. Windows color (decimal): -2849331 or 13469140. OLE color: 13469140.

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

Color convert

RGB 212 133 205 -
CMYK 0 0.37 0.03 0.17
HSL 305.32º 0.48% 0.68% -
HSV(B) 305.32º 0.37% 0.83% -
XYZ 46.56 35.18 62.09 -
YUV 164.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 212 133 205 0 0.37 0.03 0.17 305.32 0.48 0.68
Hex D4 85 CD 0 25 3 11 131 30 44
Octal 324 205 315 0 45 3 21 461 60 104
Binary 11010100 10000101 11001101 0 100101 11 10001 100110001 110000 1000100

Color Harmonies of #D485CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485CD

Black with #D485CD

Text Example


Text Example

White with #D485CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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