Html Css Color HEX #D289CD Orchid

📋 copy color: '#D289CD'

red 210 ◦ green 137 ◦ blue 205

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

Shades of Orchid #D289CD

Tints of Orchid #D289CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 38.04%
G = 24.82%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D289CD (or 0xD289CD) is known color: Orchid. HEX triplet: D2, 89 and CD. RGB value is (210,137,205). Sum of RGB (Red+Green+Blue) = 210+137+205=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D289CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289CD is #2D7632. Grayscale: #A6A6A6. Windows color (decimal): -2979379 or 13470162. OLE color: 13470162.

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

Color convert

RGB 210 137 205 -
CMYK 0 0.35 0.02 0.18
HSL 304.11º 0.45% 0.68% -
HSV(B) 304.11º 0.35% 0.82% -
XYZ 46.54 36 62.25 -
YUV 166.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 210 137 205 0 0.35 0.02 0.18 304.11 0.45 0.68
Hex D2 89 CD 0 23 2 12 130 2D 44
Octal 322 211 315 0 43 2 22 460 55 104
Binary 11010010 10001001 11001101 0 100011 10 10010 100110000 101101 1000100

Color Harmonies of #D289CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289CD

Black with #D289CD

Text Example


Text Example

White with #D289CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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