Html Css Color HEX #C268CA Fuchsia

📋 copy color: '#C268CA'

red 194 ◦ green 104 ◦ blue 202

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

Shades of Fuchsia #C268CA

Tints of Fuchsia #C268CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.8%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 38.8%
G = 20.8%
B = 40.4%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C268CA (or 0xC268CA) is known color: Fuchsia. HEX triplet: C2, 68 and CA. RGB value is (194,104,202). Sum of RGB (Red+Green+Blue) = 194+104+202=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #C268CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268CA is #3D9735. Grayscale: #8D8D8D. Windows color (decimal): -4036406 or 13265090. OLE color: 13265090.

HSL color Cylindrical-coordinate representation of color #C268CA: hue angle of 295.1º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C268CA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 104 202 -
CMYK 0.04 0.49 0 0.21
HSL 295.1º 0.48% 0.6% -
HSV(B) 295.1º 0.49% 0.79% -
XYZ 37.86 25.63 58.83 -
YUV 142.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 194 104 202 0.04 0.49 0 0.21 295.1 0.48 0.6
Hex C2 68 CA 4 31 0 15 127 30 3C
Octal 302 150 312 4 61 0 25 447 60 74
Binary 11000010 1101000 11001010 100 110001 0 10101 100100111 110000 111100

Color Harmonies of #C268CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268CA

Black with #C268CA

Text Example


Text Example

White with #C268CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268CA; }

 p { color: rgb(194,104,202); }

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

background-color css

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

 a { background-color: rgb(194,104,202); }

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

border-color css

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

 span { border-color: rgb(194,104,202); }

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