Html Css Color HEX #DA6BCD Orchid

📋 copy color: '#DA6BCD'

red 218 ◦ green 107 ◦ blue 205

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

Shades of Orchid #DA6BCD

Tints of Orchid #DA6BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 41.13%
G = 20.19%
B = 38.68%

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

#DA6BCD (or 0xDA6BCD) is known color: Orchid. HEX triplet: DA, 6B and CD. RGB value is (218,107,205). Sum of RGB (Red+Green+Blue) = 218+107+205=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCD is #259432. Grayscale: #979797. Windows color (decimal): -2462771 or 13462490. OLE color: 13462490.

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

Color convert

RGB 218 107 205 -
CMYK 0 0.51 0.06 0.15
HSL 307.03º 0.6% 0.64% -
HSV(B) 307.03º 0.51% 0.85% -
XYZ 45.19 29.83 61.13 -
YUV 151.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 218 107 205 0 0.51 0.06 0.15 307.03 0.6 0.64
Hex DA 6B CD 0 33 6 F 133 3C 40
Octal 332 153 315 0 63 6 17 463 74 100
Binary 11011010 1101011 11001101 0 110011 110 1111 100110011 111100 1000000

Color Harmonies of #DA6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BCD

Black with #DA6BCD

Text Example


Text Example

White with #DA6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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