Html Css Color HEX #C267BD Fuchsia

📋 copy color: '#C267BD'

red 194 ◦ green 103 ◦ blue 189

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

Shades of Fuchsia #C267BD

Tints of Fuchsia #C267BD

RGB

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

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

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

R = 39.92%
G = 21.19%
B = 38.89%

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

#C267BD (or 0xC267BD) is known color: Fuchsia. HEX triplet: C2, 67 and BD. RGB value is (194,103,189). Sum of RGB (Red+Green+Blue) = 194+103+189=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C267BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267BD is #3D9842. Grayscale: #8B8B8B. Windows color (decimal): -4036675 or 12412866. OLE color: 12412866.

HSL color Cylindrical-coordinate representation of color #C267BD: hue angle of 303.3º 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 #C267BD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 189 -
CMYK 0 0.47 0.03 0.24
HSL 303.3º 0.43% 0.58% -
HSV(B) 303.3º 0.47% 0.76% -
XYZ 36.28 24.84 51.03 -
YUV 140.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 194 103 189 0 0.47 0.03 0.24 303.3 0.43 0.58
Hex C2 67 BD 0 2F 3 18 12F 2B 3A
Octal 302 147 275 0 57 3 30 457 53 72
Binary 11000010 1100111 10111101 0 101111 11 11000 100101111 101011 111010

Color Harmonies of #C267BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267BD

Black with #C267BD

Text Example


Text Example

White with #C267BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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