Html Css Color HEX #DC89CA Orchid

📋 copy color: '#DC89CA'

red 220 ◦ green 137 ◦ blue 202

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

Shades of Orchid #DC89CA

Tints of Orchid #DC89CA

RGB

 RED value IS 220 (86.33% from 255) = 39.36%

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 39.36%
G = 24.51%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC89CA (or 0xDC89CA) is known color: Orchid. HEX triplet: DC, 89 and CA. RGB value is (220,137,202). Sum of RGB (Red+Green+Blue) = 220+137+202=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CA is #237635. Grayscale: #A9A9A9. Windows color (decimal): -2324022 or 13273564. OLE color: 13273564.

HSL color Cylindrical-coordinate representation of color #DC89CA: hue angle of 313.01º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89CA is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 202 -
CMYK 0 0.38 0.08 0.14
HSL 313.01º 0.54% 0.7% -
HSV(B) 313.01º 0.38% 0.86% -
XYZ 49.12 37.37 60.5 -
YUV 169.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 220 137 202 0 0.38 0.08 0.14 313.01 0.54 0.7
Hex DC 89 CA 0 26 8 E 139 36 46
Octal 334 211 312 0 46 10 16 471 66 106
Binary 11011100 10001001 11001010 0 100110 1000 1110 100111001 110110 1000110

Color Harmonies of #DC89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89CA

Black with #DC89CA

Text Example


Text Example

White with #DC89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89CA; }

 p { color: rgb(220,137,202); }

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

background-color css

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

 a { background-color: rgb(220,137,202); }

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

border-color css

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

 span { border-color: rgb(220,137,202); }

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