Html Css Color HEX #C65CBD Fuchsia

📋 copy color: '#C65CBD'

red 198 ◦ green 92 ◦ blue 189

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

Shades of Fuchsia #C65CBD

Tints of Fuchsia #C65CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 41.34%
G = 19.21%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C65CBD (or 0xC65CBD) is known color: Fuchsia. HEX triplet: C6, 5C and BD. RGB value is (198,92,189). Sum of RGB (Red+Green+Blue) = 198+92+189=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CBD is #39A342. Grayscale: #868686. Windows color (decimal): -3777347 or 12410054. OLE color: 12410054.

HSL color Cylindrical-coordinate representation of color #C65CBD: hue angle of 305.09º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CBD is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 189 -
CMYK 0 0.54 0.05 0.22
HSL 305.09º 0.48% 0.57% -
HSV(B) 305.09º 0.54% 0.78% -
XYZ 36.3 23.33 50.73 -
YUV 134.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 198 92 189 0 0.54 0.05 0.22 305.09 0.48 0.57
Hex C6 5C BD 0 36 5 16 131 30 39
Octal 306 134 275 0 66 5 26 461 60 71
Binary 11000110 1011100 10111101 0 110110 101 10110 100110001 110000 111001

Color Harmonies of #C65CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CBD

Black with #C65CBD

Text Example


Text Example

White with #C65CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CBD; }

 p { color: rgb(198,92,189); }

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

background-color css

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

 a { background-color: rgb(198,92,189); }

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

border-color css

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

 span { border-color: rgb(198,92,189); }

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