Html Css Color HEX #DA7FC2 Orchid

📋 copy color: '#DA7FC2'

red 218 ◦ green 127 ◦ blue 194

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

Shades of Orchid #DA7FC2

Tints of Orchid #DA7FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 40.45%
G = 23.56%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA7FC2 (or 0xDA7FC2) is known color: Orchid. HEX triplet: DA, 7F and C2. RGB value is (218,127,194). Sum of RGB (Red+Green+Blue) = 218+127+194=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC2 is #25803D. Grayscale: #A1A1A1. Windows color (decimal): -2457662 or 12746714. OLE color: 12746714.

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

Color convert

RGB 218 127 194 -
CMYK 0 0.42 0.11 0.15
HSL 315.82º 0.55% 0.68% -
HSV(B) 315.82º 0.42% 0.85% -
XYZ 46.24 33.98 55.16 -
YUV 161.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 218 127 194 0 0.42 0.11 0.15 315.82 0.55 0.68
Hex DA 7F C2 0 2A B F 13C 37 44
Octal 332 177 302 0 52 13 17 474 67 104
Binary 11011010 1111111 11000010 0 101010 1011 1111 100111100 110111 1000100

Color Harmonies of #DA7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FC2

Black with #DA7FC2

Text Example


Text Example

White with #DA7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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