Html Css Color HEX #C65DCC Fuchsia

📋 copy color: '#C65DCC'

red 198 ◦ green 93 ◦ blue 204

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

Shades of Fuchsia #C65DCC

Tints of Fuchsia #C65DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

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

R = 40%
G = 18.79%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C65DCC (or 0xC65DCC) is known color: Fuchsia. HEX triplet: C6, 5D and CC. RGB value is (198,93,204). Sum of RGB (Red+Green+Blue) = 198+93+204=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C65DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DCC is #39A233. Grayscale: #888888. Windows color (decimal): -3777076 or 13393350. OLE color: 13393350.

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

Color convert

RGB 198 93 204 -
CMYK 0.03 0.54 0 0.2
HSL 296.76º 0.52% 0.58% -
HSV(B) 296.76º 0.54% 0.8% -
XYZ 38.1 24.19 59.79 -
YUV 137.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 198 93 204 0.03 0.54 0 0.2 296.76 0.52 0.58
Hex C6 5D CC 3 36 0 14 129 34 3A
Octal 306 135 314 3 66 0 24 451 64 72
Binary 11000110 1011101 11001100 11 110110 0 10100 100101001 110100 111010

Color Harmonies of #C65DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DCC

Black with #C65DCC

Text Example


Text Example

White with #C65DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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