Html Css Color HEX #DA82CA Orchid

📋 copy color: '#DA82CA'

red 218 ◦ green 130 ◦ blue 202

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

Shades of Orchid #DA82CA

Tints of Orchid #DA82CA

RGB

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

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

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

R = 39.64%
G = 23.64%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA82CA (or 0xDA82CA) is known color: Orchid. HEX triplet: DA, 82 and CA. RGB value is (218,130,202). Sum of RGB (Red+Green+Blue) = 218+130+202=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82CA is #257D35. Grayscale: #A4A4A4. Windows color (decimal): -2456886 or 13271770. OLE color: 13271770.

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

Color convert

RGB 218 130 202 -
CMYK 0 0.40 0.07 0.15
HSL 310.91º 0.54% 0.68% -
HSV(B) 310.91º 0.4% 0.85% -
XYZ 47.56 35.13 60.15 -
YUV 164.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 218 130 202 0 0.40 0.07 0.15 310.91 0.54 0.68
Hex DA 82 CA 0 28 7 F 137 36 44
Octal 332 202 312 0 50 7 17 467 66 104
Binary 11011010 10000010 11001010 0 101000 111 1111 100110111 110110 1000100

Color Harmonies of #DA82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82CA

Black with #DA82CA

Text Example


Text Example

White with #DA82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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