Html Css Color HEX #DA80CC Orchid

📋 copy color: '#DA80CC'

red 218 ◦ green 128 ◦ blue 204

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

Shades of Orchid #DA80CC

Tints of Orchid #DA80CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 39.64%
G = 23.27%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA80CC (or 0xDA80CC) is known color: Orchid. HEX triplet: DA, 80 and CC. RGB value is (218,128,204). Sum of RGB (Red+Green+Blue) = 218+128+204=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80CC is #257F33. Grayscale: #A3A3A3. Windows color (decimal): -2457396 or 13402330. OLE color: 13402330.

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

Color convert

RGB 218 128 204 -
CMYK 0 0.41 0.06 0.15
HSL 309.33º 0.55% 0.68% -
HSV(B) 309.33º 0.41% 0.85% -
XYZ 47.53 34.7 61.32 -
YUV 163.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 218 128 204 0 0.41 0.06 0.15 309.33 0.55 0.68
Hex DA 80 CC 0 29 6 F 135 37 44
Octal 332 200 314 0 51 6 17 465 67 104
Binary 11011010 10000000 11001100 0 101001 110 1111 100110101 110111 1000100

Color Harmonies of #DA80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80CC

Black with #DA80CC

Text Example


Text Example

White with #DA80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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