Html Css Color HEX #D489CE Orchid

📋 copy color: '#D489CE'

red 212 ◦ green 137 ◦ blue 206

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

Shades of Orchid #D489CE

Tints of Orchid #D489CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.68%

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

R = 38.2%
G = 24.68%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D489CE (or 0xD489CE) is known color: Orchid. HEX triplet: D4, 89 and CE. RGB value is (212,137,206). Sum of RGB (Red+Green+Blue) = 212+137+206=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CE is #2B7631. Grayscale: #A7A7A7. Windows color (decimal): -2848306 or 13535700. OLE color: 13535700.

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

Color convert

RGB 212 137 206 -
CMYK 0 0.35 0.03 0.17
HSL 304.8º 0.47% 0.68% -
HSV(B) 304.8º 0.35% 0.83% -
XYZ 47.24 36.34 62.92 -
YUV 167.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 212 137 206 0 0.35 0.03 0.17 304.8 0.47 0.68
Hex D4 89 CE 0 23 3 11 131 2F 44
Octal 324 211 316 0 43 3 21 461 57 104
Binary 11010100 10001001 11001110 0 100011 11 10001 100110001 101111 1000100

Color Harmonies of #D489CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489CE

Black with #D489CE

Text Example


Text Example

White with #D489CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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