Html Css Color HEX #D489CB Orchid

📋 copy color: '#D489CB'

red 212 ◦ green 137 ◦ blue 203

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

Shades of Orchid #D489CB

Tints of Orchid #D489CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 38.41%
G = 24.82%
B = 36.78%

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

#D489CB (or 0xD489CB) is known color: Orchid. HEX triplet: D4, 89 and CB. RGB value is (212,137,203). Sum of RGB (Red+Green+Blue) = 212+137+203=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CB is #2B7634. Grayscale: #A6A6A6. Windows color (decimal): -2848309 or 13339092. OLE color: 13339092.

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

Color convert

RGB 212 137 203 -
CMYK 0 0.35 0.04 0.17
HSL 307.2º 0.47% 0.68% -
HSV(B) 307.2º 0.35% 0.83% -
XYZ 46.88 36.2 61.02 -
YUV 166.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 212 137 203 0 0.35 0.04 0.17 307.2 0.47 0.68
Hex D4 89 CB 0 23 4 11 133 2F 44
Octal 324 211 313 0 43 4 21 463 57 104
Binary 11010100 10001001 11001011 0 100011 100 10001 100110011 101111 1000100

Color Harmonies of #D489CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489CB

Black with #D489CB

Text Example


Text Example

White with #D489CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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