Html Css Color HEX #DA7DDA Orchid

📋 copy color: '#DA7DDA'

red 218 ◦ green 125 ◦ blue 218

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

Shades of Orchid #DA7DDA

Tints of Orchid #DA7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.28%

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

R = 38.86%
G = 22.28%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA7DDA (or 0xDA7DDA) is known color: Orchid. HEX triplet: DA, 7D and DA. RGB value is (218,125,218). Sum of RGB (Red+Green+Blue) = 218+125+218=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDA is #258225. Grayscale: #A3A3A3. Windows color (decimal): -2458150 or 14319066. OLE color: 14319066.

HSL color Cylindrical-coordinate representation of color #DA7DDA: 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.43%. Process color model (Four color, CMYK) of #DA7DDA is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 218 -
CMYK 0 0.43 0 0.15
HSL 300º 0.56% 0.67% -
HSV(B) 300º 0.43% 0.85% -
XYZ 48.9 34.63 70.44 -
YUV 163.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 218 125 218 0 0.43 0 0.15 300 0.56 0.67
Hex DA 7D DA 0 2B 0 F 12C 38 43
Octal 332 175 332 0 53 0 17 454 70 103
Binary 11011010 1111101 11011010 0 101011 0 1111 100101100 111000 1000011

Color Harmonies of #DA7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DDA

Black with #DA7DDA

Text Example


Text Example

White with #DA7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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