Html Css Color HEX #DA7FC4 Orchid

📋 copy color: '#DA7FC4'

red 218 ◦ green 127 ◦ blue 196

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

Shades of Orchid #DA7FC4

Tints of Orchid #DA7FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 40.3%
G = 23.48%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA7FC4 (or 0xDA7FC4) is known color: Orchid. HEX triplet: DA, 7F and C4. RGB value is (218,127,196). Sum of RGB (Red+Green+Blue) = 218+127+196=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC4 is #25803B. Grayscale: #A1A1A1. Windows color (decimal): -2457660 or 12877786. OLE color: 12877786.

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

Color convert

RGB 218 127 196 -
CMYK 0 0.42 0.10 0.15
HSL 314.51º 0.55% 0.68% -
HSV(B) 314.51º 0.42% 0.85% -
XYZ 46.47 34.07 56.35 -
YUV 162.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 218 127 196 0 0.42 0.10 0.15 314.51 0.55 0.68
Hex DA 7F C4 0 2A A F 13B 37 44
Octal 332 177 304 0 52 12 17 473 67 104
Binary 11011010 1111111 11000100 0 101010 1010 1111 100111011 110111 1000100

Color Harmonies of #DA7FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FC4

Black with #DA7FC4

Text Example


Text Example

White with #DA7FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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