Html Css Color HEX #DA6CBC Orchid

📋 copy color: '#DA6CBC'

red 218 ◦ green 108 ◦ blue 188

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

Shades of Orchid #DA6CBC

Tints of Orchid #DA6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 42.41%
G = 21.01%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA6CBC (or 0xDA6CBC) is known color: Orchid. HEX triplet: DA, 6C and BC. RGB value is (218,108,188). Sum of RGB (Red+Green+Blue) = 218+108+188=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CBC is #259343. Grayscale: #959595. Windows color (decimal): -2462532 or 12348634. OLE color: 12348634.

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

Color convert

RGB 218 108 188 -
CMYK 0 0.50 0.14 0.15
HSL 316.36º 0.6% 0.64% -
HSV(B) 316.36º 0.5% 0.85% -
XYZ 43.35 29.26 50.94 -
YUV 150.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 218 108 188 0 0.50 0.14 0.15 316.36 0.6 0.64
Hex DA 6C BC 0 32 E F 13C 3C 40
Octal 332 154 274 0 62 16 17 474 74 100
Binary 11011010 1101100 10111100 0 110010 1110 1111 100111100 111100 1000000

Color Harmonies of #DA6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CBC

Black with #DA6CBC

Text Example


Text Example

White with #DA6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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