Html Css Color HEX #D489CF Orchid

📋 copy color: '#D489CF'

red 212 ◦ green 137 ◦ blue 207

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

Shades of Orchid #D489CF

Tints of Orchid #D489CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 38.13%
G = 24.64%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D489CF (or 0xD489CF) is known color: Orchid. HEX triplet: D4, 89 and CF. RGB value is (212,137,207). Sum of RGB (Red+Green+Blue) = 212+137+207=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CF is #2B7630. Grayscale: #A7A7A7. Windows color (decimal): -2848305 or 13601236. OLE color: 13601236.

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

Color convert

RGB 212 137 207 -
CMYK 0 0.35 0.02 0.17
HSL 304º 0.47% 0.68% -
HSV(B) 304º 0.35% 0.83% -
XYZ 47.36 36.39 63.56 -
YUV 167.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 212 137 207 0 0.35 0.02 0.17 304 0.47 0.68
Hex D4 89 CF 0 23 2 11 130 2F 44
Octal 324 211 317 0 43 2 21 460 57 104
Binary 11010100 10001001 11001111 0 100011 10 10001 100110000 101111 1000100

Color Harmonies of #D489CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489CF

Black with #D489CF

Text Example


Text Example

White with #D489CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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