Html Css Color HEX #DA6CC2 Orchid

📋 copy color: '#DA6CC2'

red 218 ◦ green 108 ◦ blue 194

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

Shades of Orchid #DA6CC2

Tints of Orchid #DA6CC2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 41.92%
G = 20.77%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA6CC2 (or 0xDA6CC2) is known color: Orchid. HEX triplet: DA, 6C and C2. RGB value is (218,108,194). Sum of RGB (Red+Green+Blue) = 218+108+194=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CC2 is #25933D. Grayscale: #969696. Windows color (decimal): -2462526 or 12741850. OLE color: 12741850.

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

Color convert

RGB 218 108 194 -
CMYK 0 0.50 0.11 0.15
HSL 313.09º 0.6% 0.64% -
HSV(B) 313.09º 0.5% 0.85% -
XYZ 44.01 29.53 54.42 -
YUV 150.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 218 108 194 0 0.50 0.11 0.15 313.09 0.6 0.64
Hex DA 6C C2 0 32 B F 139 3C 40
Octal 332 154 302 0 62 13 17 471 74 100
Binary 11011010 1101100 11000010 0 110010 1011 1111 100111001 111100 1000000

Color Harmonies of #DA6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CC2

Black with #DA6CC2

Text Example


Text Example

White with #DA6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CC2; }

 p { color: rgb(218,108,194); }

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

background-color css

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

 a { background-color: rgb(218,108,194); }

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

border-color css

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

 span { border-color: rgb(218,108,194); }

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