Html Css Color HEX #DA83C6 Orchid

📋 copy color: '#DA83C6'

red 218 ◦ green 131 ◦ blue 198

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

Shades of Orchid #DA83C6

Tints of Orchid #DA83C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.2%

R = 39.85%
G = 23.95%
B = 36.2%

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

#DA83C6 (or 0xDA83C6) is known color: Orchid. HEX triplet: DA, 83 and C6. RGB value is (218,131,198). Sum of RGB (Red+Green+Blue) = 218+131+198=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83C6 is #257C39. Grayscale: #A4A4A4. Windows color (decimal): -2456634 or 13009882. OLE color: 13009882.

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

Color convert

RGB 218 131 198 -
CMYK 0 0.40 0.09 0.15
HSL 313.79º 0.54% 0.68% -
HSV(B) 313.79º 0.4% 0.85% -
XYZ 47.22 35.22 57.73 -
YUV 164.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 218 131 198 0 0.40 0.09 0.15 313.79 0.54 0.68
Hex DA 83 C6 0 28 9 F 13A 36 44
Octal 332 203 306 0 50 11 17 472 66 104
Binary 11011010 10000011 11000110 0 101000 1001 1111 100111010 110110 1000100

Color Harmonies of #DA83C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83C6

Black with #DA83C6

Text Example


Text Example

White with #DA83C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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