Html Css Color HEX #DA7FC3 Orchid

📋 copy color: '#DA7FC3'

red 218 ◦ green 127 ◦ blue 195

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

Shades of Orchid #DA7FC3

Tints of Orchid #DA7FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 40.37%
G = 23.52%
B = 36.11%

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

#DA7FC3 (or 0xDA7FC3) is known color: Orchid. HEX triplet: DA, 7F and C3. RGB value is (218,127,195). Sum of RGB (Red+Green+Blue) = 218+127+195=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC3 is #25803C. Grayscale: #A1A1A1. Windows color (decimal): -2457661 or 12812250. OLE color: 12812250.

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

Color convert

RGB 218 127 195 -
CMYK 0 0.42 0.11 0.15
HSL 315.16º 0.55% 0.68% -
HSV(B) 315.16º 0.42% 0.85% -
XYZ 46.35 34.02 55.75 -
YUV 161.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 218 127 195 0 0.42 0.11 0.15 315.16 0.55 0.68
Hex DA 7F C3 0 2A B F 13B 37 44
Octal 332 177 303 0 52 13 17 473 67 104
Binary 11011010 1111111 11000011 0 101010 1011 1111 100111011 110111 1000100

Color Harmonies of #DA7FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FC3

Black with #DA7FC3

Text Example


Text Example

White with #DA7FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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