Html Css Color HEX #DA6FC3 Orchid

📋 copy color: '#DA6FC3'

red 218 ◦ green 111 ◦ blue 195

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

Shades of Orchid #DA6FC3

Tints of Orchid #DA6FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 41.6%
G = 21.18%
B = 37.21%

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

#DA6FC3 (or 0xDA6FC3) is known color: Orchid. HEX triplet: DA, 6F and C3. RGB value is (218,111,195). Sum of RGB (Red+Green+Blue) = 218+111+195=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC3 is #25903C. Grayscale: #989898. Windows color (decimal): -2461757 or 12808154. OLE color: 12808154.

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

Color convert

RGB 218 111 195 -
CMYK 0 0.49 0.11 0.15
HSL 312.9º 0.59% 0.65% -
HSV(B) 312.9º 0.49% 0.85% -
XYZ 44.45 30.21 55.12 -
YUV 152.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 218 111 195 0 0.49 0.11 0.15 312.9 0.59 0.65
Hex DA 6F C3 0 31 B F 139 3B 41
Octal 332 157 303 0 61 13 17 471 73 101
Binary 11011010 1101111 11000011 0 110001 1011 1111 100111001 111011 1000001

Color Harmonies of #DA6FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC3

Black with #DA6FC3

Text Example


Text Example

White with #DA6FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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