Html Css Color HEX #DA6FC1 Orchid

📋 copy color: '#DA6FC1'

red 218 ◦ green 111 ◦ blue 193

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

Shades of Orchid #DA6FC1

Tints of Orchid #DA6FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.26%

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

R = 41.76%
G = 21.26%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA6FC1 (or 0xDA6FC1) is known color: Orchid. HEX triplet: DA, 6F and C1. RGB value is (218,111,193). Sum of RGB (Red+Green+Blue) = 218+111+193=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC1 is #25903E. Grayscale: #989898. Windows color (decimal): -2461759 or 12677082. OLE color: 12677082.

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

Color convert

RGB 218 111 193 -
CMYK 0 0.49 0.11 0.15
HSL 314.02º 0.59% 0.65% -
HSV(B) 314.02º 0.49% 0.85% -
XYZ 44.22 30.12 53.94 -
YUV 152.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 218 111 193 0 0.49 0.11 0.15 314.02 0.59 0.65
Hex DA 6F C1 0 31 B F 13A 3B 41
Octal 332 157 301 0 61 13 17 472 73 101
Binary 11011010 1101111 11000001 0 110001 1011 1111 100111010 111011 1000001

Color Harmonies of #DA6FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC1

Black with #DA6FC1

Text Example


Text Example

White with #DA6FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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