Html Css Color HEX #C267CB Fuchsia

📋 copy color: '#C267CB'

red 194 ◦ green 103 ◦ blue 203

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

Shades of Fuchsia #C267CB

Tints of Fuchsia #C267CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.6%

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

R = 38.8%
G = 20.6%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C267CB (or 0xC267CB) is known color: Fuchsia. HEX triplet: C2, 67 and CB. RGB value is (194,103,203). Sum of RGB (Red+Green+Blue) = 194+103+203=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C267CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CB is #3D9834. Grayscale: #8D8D8D. Windows color (decimal): -4036661 or 13330370. OLE color: 13330370.

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

Color convert

RGB 194 103 203 -
CMYK 0.04 0.49 0 0.20
HSL 294.6º 0.49% 0.6% -
HSV(B) 294.6º 0.49% 0.8% -
XYZ 37.88 25.48 59.42 -
YUV 141.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 194 103 203 0.04 0.49 0 0.20 294.6 0.49 0.6
Hex C2 67 CB 4 31 0 14 127 31 3C
Octal 302 147 313 4 61 0 24 447 61 74
Binary 11000010 1100111 11001011 100 110001 0 10100 100100111 110001 111100

Color Harmonies of #C267CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267CB

Black with #C267CB

Text Example


Text Example

White with #C267CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267CB; }

 p { color: rgb(194,103,203); }

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

background-color css

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

 a { background-color: rgb(194,103,203); }

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

border-color css

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

 span { border-color: rgb(194,103,203); }

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