Html Css Color HEX #D289CF Orchid

📋 copy color: '#D289CF'

red 210 ◦ green 137 ◦ blue 207

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

Shades of Orchid #D289CF

Tints of Orchid #D289CF

RGB

 RED value IS 210 (82.42% from 255) = 37.91%

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

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

R = 37.91%
G = 24.73%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D289CF (or 0xD289CF) is known color: Orchid. HEX triplet: D2, 89 and CF. RGB value is (210,137,207). Sum of RGB (Red+Green+Blue) = 210+137+207=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D289CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289CF is #2D7630. Grayscale: #A6A6A6. Windows color (decimal): -2979377 or 13601234. OLE color: 13601234.

HSL color Cylindrical-coordinate representation of color #D289CF: hue angle of 302.47º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D289CF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 207 -
CMYK 0 0.35 0.01 0.18
HSL 302.47º 0.45% 0.68% -
HSV(B) 302.47º 0.35% 0.82% -
XYZ 46.79 36.1 63.53 -
YUV 166.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 210 137 207 0 0.35 0.01 0.18 302.47 0.45 0.68
Hex D2 89 CF 0 23 1 12 12E 2D 44
Octal 322 211 317 0 43 1 22 456 55 104
Binary 11010010 10001001 11001111 0 100011 1 10010 100101110 101101 1000100

Color Harmonies of #D289CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289CF

Black with #D289CF

Text Example


Text Example

White with #D289CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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