Html Css Color HEX #DA82CC Orchid

📋 copy color: '#DA82CC'

red 218 ◦ green 130 ◦ blue 204

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

Shades of Orchid #DA82CC

Tints of Orchid #DA82CC

RGB

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

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

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

R = 39.49%
G = 23.55%
B = 36.96%

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

#DA82CC (or 0xDA82CC) is known color: Orchid. HEX triplet: DA, 82 and CC. RGB value is (218,130,204). Sum of RGB (Red+Green+Blue) = 218+130+204=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82CC is #257D33. Grayscale: #A4A4A4. Windows color (decimal): -2456884 or 13402842. OLE color: 13402842.

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

Color convert

RGB 218 130 204 -
CMYK 0 0.40 0.06 0.15
HSL 309.55º 0.54% 0.68% -
HSV(B) 309.55º 0.4% 0.85% -
XYZ 47.8 35.23 61.41 -
YUV 164.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 218 130 204 0 0.40 0.06 0.15 309.55 0.54 0.68
Hex DA 82 CC 0 28 6 F 136 36 44
Octal 332 202 314 0 50 6 17 466 66 104
Binary 11011010 10000010 11001100 0 101000 110 1111 100110110 110110 1000100

Color Harmonies of #DA82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82CC

Black with #DA82CC

Text Example


Text Example

White with #DA82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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