Html Css Color HEX #DA6BCC Orchid

📋 copy color: '#DA6BCC'

red 218 ◦ green 107 ◦ blue 204

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

Shades of Orchid #DA6BCC

Tints of Orchid #DA6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.23%

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

R = 41.21%
G = 20.23%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6BCC (or 0xDA6BCC) is known color: Orchid. HEX triplet: DA, 6B and CC. RGB value is (218,107,204). Sum of RGB (Red+Green+Blue) = 218+107+204=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCC is #259433. Grayscale: #969696. Windows color (decimal): -2462772 or 13396954. OLE color: 13396954.

HSL color Cylindrical-coordinate representation of color #DA6BCC: hue angle of 307.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BCC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 204 -
CMYK 0 0.51 0.06 0.15
HSL 307.57º 0.6% 0.64% -
HSV(B) 307.57º 0.51% 0.85% -
XYZ 45.07 29.78 60.5 -
YUV 151.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 218 107 204 0 0.51 0.06 0.15 307.57 0.6 0.64
Hex DA 6B CC 0 33 6 F 134 3C 40
Octal 332 153 314 0 63 6 17 464 74 100
Binary 11011010 1101011 11001100 0 110011 110 1111 100110100 111100 1000000

Color Harmonies of #DA6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BCC

Black with #DA6BCC

Text Example


Text Example

White with #DA6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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