Html Css Color HEX #DA7BDA Orchid

📋 copy color: '#DA7BDA'

red 218 ◦ green 123 ◦ blue 218

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

Shades of Orchid #DA7BDA

Tints of Orchid #DA7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 39%
G = 22%
B = 39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA7BDA (or 0xDA7BDA) is known color: Orchid. HEX triplet: DA, 7B and DA. RGB value is (218,123,218). Sum of RGB (Red+Green+Blue) = 218+123+218=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BDA is #258425. Grayscale: #A1A1A1. Windows color (decimal): -2458662 or 14318554. OLE color: 14318554.

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

Color convert

RGB 218 123 218 -
CMYK 0 0.44 0 0.15
HSL 300º 0.56% 0.67% -
HSV(B) 300º 0.44% 0.85% -
XYZ 48.65 34.13 70.35 -
YUV 162.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 218 123 218 0 0.44 0 0.15 300 0.56 0.67
Hex DA 7B DA 0 2C 0 F 12C 38 43
Octal 332 173 332 0 54 0 17 454 70 103
Binary 11011010 1111011 11011010 0 101100 0 1111 100101100 111000 1000011

Color Harmonies of #DA7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BDA

Black with #DA7BDA

Text Example


Text Example

White with #DA7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BDA; }

 p { color: rgb(218,123,218); }

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

background-color css

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

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

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

border-color css

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

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

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