Html Css Color HEX #DA6CCC Orchid

📋 copy color: '#DA6CCC'

red 218 ◦ green 108 ◦ blue 204

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

Shades of Orchid #DA6CCC

Tints of Orchid #DA6CCC

RGB

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

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

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

R = 41.13%
G = 20.38%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6CCC (or 0xDA6CCC) is known color: Orchid. HEX triplet: DA, 6C and CC. RGB value is (218,108,204). Sum of RGB (Red+Green+Blue) = 218+108+204=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CCC is #259333. Grayscale: #979797. Windows color (decimal): -2462516 or 13397210. OLE color: 13397210.

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

Color convert

RGB 218 108 204 -
CMYK 0 0.50 0.06 0.15
HSL 307.64º 0.6% 0.64% -
HSV(B) 307.64º 0.5% 0.85% -
XYZ 45.18 29.99 60.53 -
YUV 151.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 218 108 204 0 0.50 0.06 0.15 307.64 0.6 0.64
Hex DA 6C CC 0 32 6 F 134 3C 40
Octal 332 154 314 0 62 6 17 464 74 100
Binary 11011010 1101100 11001100 0 110010 110 1111 100110100 111100 1000000

Color Harmonies of #DA6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CCC

Black with #DA6CCC

Text Example


Text Example

White with #DA6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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