Html Css Color HEX #DA7AC1 Orchid

📋 copy color: '#DA7AC1'

red 218 ◦ green 122 ◦ blue 193

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

Shades of Orchid #DA7AC1

Tints of Orchid #DA7AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.89%

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 40.9%
G = 22.89%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA7AC1 (or 0xDA7AC1) is known color: Orchid. HEX triplet: DA, 7A and C1. RGB value is (218,122,193). Sum of RGB (Red+Green+Blue) = 218+122+193=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AC1 is #25853E. Grayscale: #9E9E9E. Windows color (decimal): -2458943 or 12679898. OLE color: 12679898.

HSL color Cylindrical-coordinate representation of color #DA7AC1: hue angle of 315.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AC1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 193 -
CMYK 0 0.44 0.11 0.15
HSL 315.63º 0.56% 0.67% -
HSV(B) 315.63º 0.44% 0.85% -
XYZ 45.5 32.67 54.36 -
YUV 158.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 218 122 193 0 0.44 0.11 0.15 315.63 0.56 0.67
Hex DA 7A C1 0 2C B F 13C 38 43
Octal 332 172 301 0 54 13 17 474 70 103
Binary 11011010 1111010 11000001 0 101100 1011 1111 100111100 111000 1000011

Color Harmonies of #DA7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7AC1

Black with #DA7AC1

Text Example


Text Example

White with #DA7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7AC1; }

 p { color: rgb(218,122,193); }

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

background-color css

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

 a { background-color: rgb(218,122,193); }

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

border-color css

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

 span { border-color: rgb(218,122,193); }

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