Html Css Color HEX #DA88CA Orchid

📋 copy color: '#DA88CA'

red 218 ◦ green 136 ◦ blue 202

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

Shades of Orchid #DA88CA

Tints of Orchid #DA88CA

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.3% from 255) = 36.33%

R = 39.21%
G = 24.46%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA88CA (or 0xDA88CA) is known color: 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

RGB 218 136 202 -
CMYK 0 0.38 0.07 0.15
HSL 311.71º 0.53% 0.69% -
HSV(B) 311.71º 0.38% 0.85% -
XYZ 48.38 36.78 60.43 -
YUV 168.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 218 136 202 0 0.38 0.07 0.15 311.71 0.53 0.69
Hex DA 88 CA 0 26 7 F 138 35 45
Octal 332 210 312 0 46 7 17 470 65 105
Binary 11011010 10001000 11001010 0 100110 111 1111 100111000 110101 1000101

Color Harmonies of #DA88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88CA

Black with #DA88CA

Text Example


Text Example

White with #DA88CA

Text Example


Text Example

HTML Codes & Css Web 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>