Html Css Color HEX #DA7ACE Orchid

📋 copy color: '#DA7ACE'

red 218 ◦ green 122 ◦ blue 206

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

Shades of Orchid #DA7ACE

Tints of Orchid #DA7ACE

RGB

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

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

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

R = 39.93%
G = 22.34%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA7ACE (or 0xDA7ACE) is known color: Orchid. HEX triplet: DA, 7A and CE. RGB value is (218,122,206). Sum of RGB (Red+Green+Blue) = 218+122+206=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACE is #258531. Grayscale: #A0A0A0. Windows color (decimal): -2458930 or 13531866. OLE color: 13531866.

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

Color convert

RGB 218 122 206 -
CMYK 0 0.44 0.06 0.15
HSL 307.5º 0.56% 0.67% -
HSV(B) 307.5º 0.44% 0.85% -
XYZ 47.01 33.28 62.34 -
YUV 160.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 218 122 206 0 0.44 0.06 0.15 307.5 0.56 0.67
Hex DA 7A CE 0 2C 6 F 134 38 43
Octal 332 172 316 0 54 6 17 464 70 103
Binary 11011010 1111010 11001110 0 101100 110 1111 100110100 111000 1000011

Color Harmonies of #DA7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ACE

Black with #DA7ACE

Text Example


Text Example

White with #DA7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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