Html Css Color HEX #DA6FCC Orchid

📋 copy color: '#DA6FCC'

red 218 ◦ green 111 ◦ blue 204

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

Shades of Orchid #DA6FCC

Tints of Orchid #DA6FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 40.9%
G = 20.83%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6FCC (or 0xDA6FCC) is known color: Orchid. HEX triplet: DA, 6F and CC. RGB value is (218,111,204). Sum of RGB (Red+Green+Blue) = 218+111+204=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FCC is #259033. Grayscale: #999999. Windows color (decimal): -2461748 or 13397978. OLE color: 13397978.

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

Color convert

RGB 218 111 204 -
CMYK 0 0.49 0.06 0.15
HSL 307.85º 0.59% 0.65% -
HSV(B) 307.85º 0.49% 0.85% -
XYZ 45.5 30.63 60.64 -
YUV 153.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 218 111 204 0 0.49 0.06 0.15 307.85 0.59 0.65
Hex DA 6F CC 0 31 6 F 134 3B 41
Octal 332 157 314 0 61 6 17 464 73 101
Binary 11011010 1101111 11001100 0 110001 110 1111 100110100 111011 1000001

Color Harmonies of #DA6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FCC

Black with #DA6FCC

Text Example


Text Example

White with #DA6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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