Html Css Color HEX #DA83C7 Orchid

📋 copy color: '#DA83C7'

red 218 ◦ green 131 ◦ blue 199

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

Shades of Orchid #DA83C7

Tints of Orchid #DA83C7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

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

R = 39.78%
G = 23.91%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA83C7 (or 0xDA83C7) is known color: Orchid. HEX triplet: DA, 83 and C7. RGB value is (218,131,199). Sum of RGB (Red+Green+Blue) = 218+131+199=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83C7 is #257C38. Grayscale: #A4A4A4. Windows color (decimal): -2456633 or 13075418. OLE color: 13075418.

HSL color Cylindrical-coordinate representation of color #DA83C7: hue angle of 313.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83C7 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 199 -
CMYK 0 0.40 0.09 0.15
HSL 313.1º 0.54% 0.68% -
HSV(B) 313.1º 0.4% 0.85% -
XYZ 47.34 35.26 58.34 -
YUV 164.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 218 131 199 0 0.40 0.09 0.15 313.1 0.54 0.68
Hex DA 83 C7 0 28 9 F 139 36 44
Octal 332 203 307 0 50 11 17 471 66 104
Binary 11011010 10000011 11000111 0 101000 1001 1111 100111001 110110 1000100

Color Harmonies of #DA83C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83C7

Black with #DA83C7

Text Example


Text Example

White with #DA83C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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