Html Css Color HEX #DA7FC7 Orchid

📋 copy color: '#DA7FC7'

red 218 ◦ green 127 ◦ blue 199

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

Shades of Orchid #DA7FC7

Tints of Orchid #DA7FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 40.07%
G = 23.35%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA7FC7 (or 0xDA7FC7) is known color: Orchid. HEX triplet: DA, 7F and C7. RGB value is (218,127,199). Sum of RGB (Red+Green+Blue) = 218+127+199=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC7 is #258038. Grayscale: #A2A2A2. Windows color (decimal): -2457657 or 13074394. OLE color: 13074394.

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

Color convert

RGB 218 127 199 -
CMYK 0 0.42 0.09 0.15
HSL 312.53º 0.55% 0.68% -
HSV(B) 312.53º 0.42% 0.85% -
XYZ 46.81 34.21 58.17 -
YUV 162.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 218 127 199 0 0.42 0.09 0.15 312.53 0.55 0.68
Hex DA 7F C7 0 2A 9 F 139 37 44
Octal 332 177 307 0 52 11 17 471 67 104
Binary 11011010 1111111 11000111 0 101010 1001 1111 100111001 110111 1000100

Color Harmonies of #DA7FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FC7

Black with #DA7FC7

Text Example


Text Example

White with #DA7FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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