Html Css Color HEX #DA82CE Orchid

📋 copy color: '#DA82CE'

red 218 ◦ green 130 ◦ blue 206

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

Shades of Orchid #DA82CE

Tints of Orchid #DA82CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.47%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 39.35%
G = 23.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA82CE (or 0xDA82CE) is known color: Orchid. HEX triplet: DA, 82 and CE. RGB value is (218,130,206). Sum of RGB (Red+Green+Blue) = 218+130+206=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82CE is #257D31. Grayscale: #A4A4A4. Windows color (decimal): -2456882 or 13533914. OLE color: 13533914.

HSL color Cylindrical-coordinate representation of color #DA82CE: hue angle of 308.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82CE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 206 -
CMYK 0 0.40 0.06 0.15
HSL 308.18º 0.54% 0.68% -
HSV(B) 308.18º 0.4% 0.85% -
XYZ 48.04 35.33 62.68 -
YUV 164.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 218 130 206 0 0.40 0.06 0.15 308.18 0.54 0.68
Hex DA 82 CE 0 28 6 F 134 36 44
Octal 332 202 316 0 50 6 17 464 66 104
Binary 11011010 10000010 11001110 0 101000 110 1111 100110100 110110 1000100

Color Harmonies of #DA82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82CE

Black with #DA82CE

Text Example


Text Example

White with #DA82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82CE; }

 p { color: rgb(218,130,206); }

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

background-color css

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

 a { background-color: rgb(218,130,206); }

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

border-color css

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

 span { border-color: rgb(218,130,206); }

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