Html Css Color HEX #C66FCC Orchid

📋 copy color: '#C66FCC'

red 198 ◦ green 111 ◦ blue 204

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

Shades of Orchid #C66FCC

Tints of Orchid #C66FCC

RGB

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

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

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

R = 38.6%
G = 21.64%
B = 39.77%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C66FCC (or 0xC66FCC) is known color: Orchid. HEX triplet: C6, 6F and CC. RGB value is (198,111,204). Sum of RGB (Red+Green+Blue) = 198+111+204=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C66FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCC is #399033. Grayscale: #939393. Windows color (decimal): -3772468 or 13397958. OLE color: 13397958.

HSL color Cylindrical-coordinate representation of color #C66FCC: hue angle of 296.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66FCC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 111 204 -
CMYK 0.03 0.46 0 0.2
HSL 296.13º 0.48% 0.62% -
HSV(B) 296.13º 0.46% 0.8% -
XYZ 39.87 27.73 60.38 -
YUV 147.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 198 111 204 0.03 0.46 0 0.2 296.13 0.48 0.62
Hex C6 6F CC 3 2E 0 14 128 30 3E
Octal 306 157 314 3 56 0 24 450 60 76
Binary 11000110 1101111 11001100 11 101110 0 10100 100101000 110000 111110

Color Harmonies of #C66FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FCC

Black with #C66FCC

Text Example


Text Example

White with #C66FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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