Html Css Color HEX #D489CC Orchid

📋 copy color: '#D489CC'

red 212 ◦ green 137 ◦ blue 204

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

Shades of Orchid #D489CC

Tints of Orchid #D489CC

RGB

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

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

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

R = 38.34%
G = 24.77%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D489CC (or 0xD489CC) is known color: Orchid. HEX triplet: D4, 89 and CC. RGB value is (212,137,204). Sum of RGB (Red+Green+Blue) = 212+137+204=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CC is #2B7633. Grayscale: #A6A6A6. Windows color (decimal): -2848308 or 13404628. OLE color: 13404628.

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

Color convert

RGB 212 137 204 -
CMYK 0 0.35 0.04 0.17
HSL 306.4º 0.47% 0.68% -
HSV(B) 306.4º 0.35% 0.83% -
XYZ 47 36.25 61.65 -
YUV 167.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 212 137 204 0 0.35 0.04 0.17 306.4 0.47 0.68
Hex D4 89 CC 0 23 4 11 132 2F 44
Octal 324 211 314 0 43 4 21 462 57 104
Binary 11010100 10001001 11001100 0 100011 100 10001 100110010 101111 1000100

Color Harmonies of #D489CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489CC

Black with #D489CC

Text Example


Text Example

White with #D489CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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