#DA88CA

Color #DA88CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DA88CA

Tints of Orchid #DA88CA

Color information

#DA88CA (or 0xDA88CA) is unknown color: approx Orchid. HEX triplet: DA, 88 and CA. RGB value is (218,136,202). Sum of RGB (Red+Green+Blue) = 218+136+202=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88CA is #257735. Grayscale: #A7A7A7. Windows color (decimal): -2455350 or 13273306. OLE color: 13273306.

HSL color Cylindrical-coordinate representation of color #DA88CA: hue angle of 311.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88CA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218136202-
CMYK00.380.070.15
HSL311.71º52.56%69.41%-
HSV(B)311.71º37.61%85.49%-
XYZ48.3836.7860.43-
YUV168.04147.17163.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=39.21%
G=24.46%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813620200.380.070.15311.7152.5669.41
HexDA88CA0267F1383545
Octal33221031204671747065105
Binary110110101000100011001010010011011111111001110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88CA; }

 p { color: rgb(218,136,202); }

 H1.HeaderClassName
 {
   color: #DA88CA;
 }
 .AnyTagClassName
 {
   color: #DA88CA;
 }
</style>
background-color css

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

 a { background-color: rgb(218,136,202); }

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

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

 span { border-color: rgb(218,136,202); }

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