Html Css Color HEX #DA7CC7 Orchid

📋 copy color: '#DA7CC7'

red 218 ◦ green 124 ◦ blue 199

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

Shades of Orchid #DA7CC7

Tints of Orchid #DA7CC7

RGB

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

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

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

R = 40.3%
G = 22.92%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA7CC7 (or 0xDA7CC7) is known color: Orchid. HEX triplet: DA, 7C and C7. RGB value is (218,124,199). Sum of RGB (Red+Green+Blue) = 218+124+199=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CC7 is #258338. Grayscale: #A0A0A0. Windows color (decimal): -2458425 or 13073626. OLE color: 13073626.

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

Color convert

RGB 218 124 199 -
CMYK 0 0.43 0.09 0.15
HSL 312.13º 0.56% 0.67% -
HSV(B) 312.13º 0.43% 0.85% -
XYZ 46.43 33.44 58.04 -
YUV 160.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 218 124 199 0 0.43 0.09 0.15 312.13 0.56 0.67
Hex DA 7C C7 0 2B 9 F 138 38 43
Octal 332 174 307 0 53 11 17 470 70 103
Binary 11011010 1111100 11000111 0 101011 1001 1111 100111000 111000 1000011

Color Harmonies of #DA7CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CC7

Black with #DA7CC7

Text Example


Text Example

White with #DA7CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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