Html Css Color HEX #C265BD Fuchsia

📋 copy color: '#C265BD'

red 194 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C265BD

Tints of Fuchsia #C265BD

RGB

 RED value IS 194 (76.17% from 255) = 40.08%

 GREEN value IS 101 (39.84% from 255) = 20.87%

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

R = 40.08%
G = 20.87%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C265BD (or 0xC265BD) is known color: Fuchsia. HEX triplet: C2, 65 and BD. RGB value is (194,101,189). Sum of RGB (Red+Green+Blue) = 194+101+189=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C265BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265BD is #3D9A42. Grayscale: #8A8A8A. Windows color (decimal): -4037187 or 12412354. OLE color: 12412354.

HSL color Cylindrical-coordinate representation of color #C265BD: hue angle of 303.23º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265BD is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 189 -
CMYK 0 0.48 0.03 0.24
HSL 303.23º 0.43% 0.58% -
HSV(B) 303.23º 0.48% 0.76% -
XYZ 36.09 24.45 50.96 -
YUV 138.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 194 101 189 0 0.48 0.03 0.24 303.23 0.43 0.58
Hex C2 65 BD 0 30 3 18 12F 2B 3A
Octal 302 145 275 0 60 3 30 457 53 72
Binary 11000010 1100101 10111101 0 110000 11 11000 100101111 101011 111010

Color Harmonies of #C265BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265BD

Black with #C265BD

Text Example


Text Example

White with #C265BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265BD; }

 p { color: rgb(194,101,189); }

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

background-color css

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

 a { background-color: rgb(194,101,189); }

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

border-color css

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

 span { border-color: rgb(194,101,189); }

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