Html Css Color HEX #C266BD Fuchsia

📋 copy color: '#C266BD'

red 194 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #C266BD

Tints of Fuchsia #C266BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.03%

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

R = 40%
G = 21.03%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C266BD (or 0xC266BD) is known color: Fuchsia. HEX triplet: C2, 66 and BD. RGB value is (194,102,189). Sum of RGB (Red+Green+Blue) = 194+102+189=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C266BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266BD is #3D9942. Grayscale: #8B8B8B. Windows color (decimal): -4036931 or 12412610. OLE color: 12412610.

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

Color convert

RGB 194 102 189 -
CMYK 0 0.47 0.03 0.24
HSL 303.26º 0.43% 0.58% -
HSV(B) 303.26º 0.47% 0.76% -
XYZ 36.18 24.65 50.99 -
YUV 139.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 194 102 189 0 0.47 0.03 0.24 303.26 0.43 0.58
Hex C2 66 BD 0 2F 3 18 12F 2B 3A
Octal 302 146 275 0 57 3 30 457 53 72
Binary 11000010 1100110 10111101 0 101111 11 11000 100101111 101011 111010

Color Harmonies of #C266BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266BD

Black with #C266BD

Text Example


Text Example

White with #C266BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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