Html Css Color HEX #DA80CA Orchid

📋 copy color: '#DA80CA'

red 218 ◦ green 128 ◦ blue 202

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

Shades of Orchid #DA80CA

Tints of Orchid #DA80CA

RGB

 RED value IS 218 (85.55% from 255) = 39.78%

 GREEN value IS 128 (50.39% from 255) = 23.36%

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

R = 39.78%
G = 23.36%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA80CA (or 0xDA80CA) is known color: Orchid. HEX triplet: DA, 80 and CA. RGB value is (218,128,202). Sum of RGB (Red+Green+Blue) = 218+128+202=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80CA is #257F35. Grayscale: #A3A3A3. Windows color (decimal): -2457398 or 13271258. OLE color: 13271258.

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

Color convert

RGB 218 128 202 -
CMYK 0 0.41 0.07 0.15
HSL 310.67º 0.55% 0.68% -
HSV(B) 310.67º 0.41% 0.85% -
XYZ 47.29 34.61 60.06 -
YUV 163.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 218 128 202 0 0.41 0.07 0.15 310.67 0.55 0.68
Hex DA 80 CA 0 29 7 F 137 37 44
Octal 332 200 312 0 51 7 17 467 67 104
Binary 11011010 10000000 11001010 0 101001 111 1111 100110111 110111 1000100

Color Harmonies of #DA80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80CA

Black with #DA80CA

Text Example


Text Example

White with #DA80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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