Html Css Color HEX #C66FDC Orchid

📋 copy color: '#C66FDC'

red 198 ◦ green 111 ◦ blue 220

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

Shades of Orchid #C66FDC

Tints of Orchid #C66FDC

RGB

 RED value IS 198 (77.73% from 255) = 37.43%

 GREEN value IS 111 (43.75% from 255) = 20.98%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 37.43%
G = 20.98%
B = 41.59%

CMYK

 C value IS 0.1

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66FDC (or 0xC66FDC) is known color: Orchid. HEX triplet: C6, 6F and DC. RGB value is (198,111,220). Sum of RGB (Red+Green+Blue) = 198+111+220=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDC is #399023. Grayscale: #959595. Windows color (decimal): -3772452 or 14446534. OLE color: 14446534.

HSL color Cylindrical-coordinate representation of color #C66FDC: hue angle of 287.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66FDC is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 111 220 -
CMYK 0.1 0.50 0 0.14
HSL 287.89º 0.61% 0.65% -
HSV(B) 287.89º 0.5% 0.86% -
XYZ 41.89 28.54 71.01 -
YUV 149.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 198 111 220 0.1 0.50 0 0.14 287.89 0.61 0.65
Hex C6 6F DC A 32 0 E 120 3D 41
Octal 306 157 334 12 62 0 16 440 75 101
Binary 11000110 1101111 11011100 1010 110010 0 1110 100100000 111101 1000001

Color Harmonies of #C66FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FDC

Black with #C66FDC

Text Example


Text Example

White with #C66FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FDC; }

 p { color: rgb(198,111,220); }

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

background-color css

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

 a { background-color: rgb(198,111,220); }

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

border-color css

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

 span { border-color: rgb(198,111,220); }

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