Html Css Color HEX #DA82C4 Orchid

📋 copy color: '#DA82C4'

red 218 ◦ green 130 ◦ blue 196

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

Shades of Orchid #DA82C4

Tints of Orchid #DA82C4

RGB

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

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

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

R = 40.07%
G = 23.9%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA82C4 (or 0xDA82C4) is known color: Orchid. HEX triplet: DA, 82 and C4. RGB value is (218,130,196). Sum of RGB (Red+Green+Blue) = 218+130+196=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82C4 is #257D3B. Grayscale: #A3A3A3. Windows color (decimal): -2456892 or 12878554. OLE color: 12878554.

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

Color convert

RGB 218 130 196 -
CMYK 0 0.40 0.10 0.15
HSL 315º 0.54% 0.68% -
HSV(B) 315º 0.4% 0.85% -
XYZ 46.86 34.86 56.48 -
YUV 163.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 218 130 196 0 0.40 0.10 0.15 315 0.54 0.68
Hex DA 82 C4 0 28 A F 13B 36 44
Octal 332 202 304 0 50 12 17 473 66 104
Binary 11011010 10000010 11000100 0 101000 1010 1111 100111011 110110 1000100

Color Harmonies of #DA82C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82C4

Black with #DA82C4

Text Example


Text Example

White with #DA82C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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