Html Css Color HEX #DA7FDA Orchid

📋 copy color: '#DA7FDA'

red 218 ◦ green 127 ◦ blue 218

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

Shades of Orchid #DA7FDA

Tints of Orchid #DA7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 38.72%
G = 22.56%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA7FDA (or 0xDA7FDA) is known color: Orchid. HEX triplet: DA, 7F and DA. RGB value is (218,127,218). Sum of RGB (Red+Green+Blue) = 218+127+218=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FDA is #258025. Grayscale: #A4A4A4. Windows color (decimal): -2457638 or 14319578. OLE color: 14319578.

HSL color Cylindrical-coordinate representation of color #DA7FDA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FDA is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 218 -
CMYK 0 0.42 0 0.15
HSL 300º 0.55% 0.68% -
HSV(B) 300º 0.42% 0.85% -
XYZ 49.16 35.15 70.52 -
YUV 164.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 218 127 218 0 0.42 0 0.15 300 0.55 0.68
Hex DA 7F DA 0 2A 0 F 12C 37 44
Octal 332 177 332 0 52 0 17 454 67 104
Binary 11011010 1111111 11011010 0 101010 0 1111 100101100 110111 1000100

Color Harmonies of #DA7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FDA

Black with #DA7FDA

Text Example


Text Example

White with #DA7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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