Html Css Color HEX #DA7CC1 Orchid

📋 copy color: '#DA7CC1'

red 218 ◦ green 124 ◦ blue 193

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

Shades of Orchid #DA7CC1

Tints of Orchid #DA7CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 40.75%
G = 23.18%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA7CC1 (or 0xDA7CC1) is known color: Orchid. HEX triplet: DA, 7C and C1. RGB value is (218,124,193). Sum of RGB (Red+Green+Blue) = 218+124+193=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CC1 is #25833E. Grayscale: #9F9F9F. Windows color (decimal): -2458431 or 12680410. OLE color: 12680410.

HSL color Cylindrical-coordinate representation of color #DA7CC1: hue angle of 315.96º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CC1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 193 -
CMYK 0 0.43 0.11 0.15
HSL 315.96º 0.56% 0.67% -
HSV(B) 315.96º 0.43% 0.85% -
XYZ 45.75 33.17 54.44 -
YUV 159.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 218 124 193 0 0.43 0.11 0.15 315.96 0.56 0.67
Hex DA 7C C1 0 2B B F 13C 38 43
Octal 332 174 301 0 53 13 17 474 70 103
Binary 11011010 1111100 11000001 0 101011 1011 1111 100111100 111000 1000011

Color Harmonies of #DA7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CC1

Black with #DA7CC1

Text Example


Text Example

White with #DA7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CC1; }

 p { color: rgb(218,124,193); }

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

background-color css

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

 a { background-color: rgb(218,124,193); }

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

border-color css

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

 span { border-color: rgb(218,124,193); }

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