Html Css Color HEX #C65BCC Fuchsia

📋 copy color: '#C65BCC'

red 198 ◦ green 91 ◦ blue 204

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

Shades of Fuchsia #C65BCC

Tints of Fuchsia #C65BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 40.16%
G = 18.46%
B = 41.38%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C65BCC (or 0xC65BCC) is known color: Fuchsia. HEX triplet: C6, 5B and CC. RGB value is (198,91,204). Sum of RGB (Red+Green+Blue) = 198+91+204=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C65BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BCC is #39A433. Grayscale: #878787. Windows color (decimal): -3777588 or 13392838. OLE color: 13392838.

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

Color convert

RGB 198 91 204 -
CMYK 0.03 0.55 0 0.2
HSL 296.81º 0.53% 0.58% -
HSV(B) 296.81º 0.55% 0.8% -
XYZ 37.93 23.85 59.73 -
YUV 135.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 198 91 204 0.03 0.55 0 0.2 296.81 0.53 0.58
Hex C6 5B CC 3 37 0 14 129 35 3A
Octal 306 133 314 3 67 0 24 451 65 72
Binary 11000110 1011011 11001100 11 110111 0 10100 100101001 110101 111010

Color Harmonies of #C65BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BCC

Black with #C65BCC

Text Example


Text Example

White with #C65BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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