Html Css Color HEX #DA80C4 Orchid

📋 copy color: '#DA80C4'

red 218 ◦ green 128 ◦ blue 196

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

Shades of Orchid #DA80C4

Tints of Orchid #DA80C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 40.22%
G = 23.62%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA80C4 (or 0xDA80C4) is known color: Orchid. HEX triplet: DA, 80 and C4. RGB value is (218,128,196). Sum of RGB (Red+Green+Blue) = 218+128+196=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80C4 is #257F3B. Grayscale: #A2A2A2. Windows color (decimal): -2457404 or 12878042. OLE color: 12878042.

HSL color Cylindrical-coordinate representation of color #DA80C4: hue angle of 314.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 #DA80C4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 196 -
CMYK 0 0.41 0.10 0.15
HSL 314.67º 0.55% 0.68% -
HSV(B) 314.67º 0.41% 0.85% -
XYZ 46.6 34.33 56.39 -
YUV 162.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 218 128 196 0 0.41 0.10 0.15 314.67 0.55 0.68
Hex DA 80 C4 0 29 A F 13B 37 44
Octal 332 200 304 0 51 12 17 473 67 104
Binary 11011010 10000000 11000100 0 101001 1010 1111 100111011 110111 1000100

Color Harmonies of #DA80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80C4

Black with #DA80C4

Text Example


Text Example

White with #DA80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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