Html Css Color HEX #DA7FCC Orchid

📋 copy color: '#DA7FCC'

red 218 ◦ green 127 ◦ blue 204

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

Shades of Orchid #DA7FCC

Tints of Orchid #DA7FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 39.71%
G = 23.13%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA7FCC (or 0xDA7FCC) is known color: Orchid. HEX triplet: DA, 7F and CC. RGB value is (218,127,204). Sum of RGB (Red+Green+Blue) = 218+127+204=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FCC is #258033. Grayscale: #A2A2A2. Windows color (decimal): -2457652 or 13402074. OLE color: 13402074.

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

Color convert

RGB 218 127 204 -
CMYK 0 0.42 0.06 0.15
HSL 309.23º 0.55% 0.68% -
HSV(B) 309.23º 0.42% 0.85% -
XYZ 47.4 34.44 61.28 -
YUV 162.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 218 127 204 0 0.42 0.06 0.15 309.23 0.55 0.68
Hex DA 7F CC 0 2A 6 F 135 37 44
Octal 332 177 314 0 52 6 17 465 67 104
Binary 11011010 1111111 11001100 0 101010 110 1111 100110101 110111 1000100

Color Harmonies of #DA7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FCC

Black with #DA7FCC

Text Example


Text Example

White with #DA7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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