Html Css Color HEX #C65DCB Fuchsia

📋 copy color: '#C65DCB'

red 198 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #C65DCB

Tints of Fuchsia #C65DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 40.08%
G = 18.83%
B = 41.09%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C65DCB (or 0xC65DCB) is known color: Fuchsia. HEX triplet: C6, 5D and CB. RGB value is (198,93,203). Sum of RGB (Red+Green+Blue) = 198+93+203=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C65DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DCB is #39A234. Grayscale: #888888. Windows color (decimal): -3777077 or 13327814. OLE color: 13327814.

HSL color Cylindrical-coordinate representation of color #C65DCB: hue angle of 297.27º degrees, saturation: 0.51, 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 #C65DCB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 93 203 -
CMYK 0.02 0.54 0 0.20
HSL 297.27º 0.51% 0.58% -
HSV(B) 297.27º 0.54% 0.8% -
XYZ 37.98 24.15 59.16 -
YUV 136.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 198 93 203 0.02 0.54 0 0.20 297.27 0.51 0.58
Hex C6 5D CB 2 36 0 14 129 33 3A
Octal 306 135 313 2 66 0 24 451 63 72
Binary 11000110 1011101 11001011 10 110110 0 10100 100101001 110011 111010

Color Harmonies of #C65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DCB

Black with #C65DCB

Text Example


Text Example

White with #C65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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