Html Css Color HEX #DA6CCF Orchid

📋 copy color: '#DA6CCF'

red 218 ◦ green 108 ◦ blue 207

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

Shades of Orchid #DA6CCF

Tints of Orchid #DA6CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 40.9%
G = 20.26%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA6CCF (or 0xDA6CCF) is known color: Orchid. HEX triplet: DA, 6C and CF. RGB value is (218,108,207). Sum of RGB (Red+Green+Blue) = 218+108+207=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CCF is #259330. Grayscale: #979797. Windows color (decimal): -2462513 or 13593818. OLE color: 13593818.

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

Color convert

RGB 218 108 207 -
CMYK 0 0.50 0.05 0.15
HSL 306º 0.6% 0.64% -
HSV(B) 306º 0.5% 0.85% -
XYZ 45.54 30.14 62.45 -
YUV 152.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 218 108 207 0 0.50 0.05 0.15 306 0.6 0.64
Hex DA 6C CF 0 32 5 F 132 3C 40
Octal 332 154 317 0 62 5 17 462 74 100
Binary 11011010 1101100 11001111 0 110010 101 1111 100110010 111100 1000000

Color Harmonies of #DA6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CCF

Black with #DA6CCF

Text Example


Text Example

White with #DA6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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