Html Css Color HEX #C867B0 Fuchsia

📋 copy color: '#C867B0'

red 200 ◦ green 103 ◦ blue 176

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

Shades of Fuchsia #C867B0

Tints of Fuchsia #C867B0

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 41.75%
G = 21.5%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C867B0 (or 0xC867B0) is known color: Fuchsia. HEX triplet: C8, 67 and B0. RGB value is (200,103,176). Sum of RGB (Red+Green+Blue) = 200+103+176=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C867B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867B0 is #37984F. Grayscale: #8C8C8C. Windows color (decimal): -3643472 or 11560904. OLE color: 11560904.

HSL color Cylindrical-coordinate representation of color #C867B0: hue angle of 314.85º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C867B0 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 103 176 -
CMYK 0 0.48 0.12 0.22
HSL 314.85º 0.47% 0.59% -
HSV(B) 314.85º 0.49% 0.78% -
XYZ 36.51 25.11 44 -
YUV 140.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 200 103 176 0 0.48 0.12 0.22 314.85 0.47 0.59
Hex C8 67 B0 0 30 C 16 13B 2F 3B
Octal 310 147 260 0 60 14 26 473 57 73
Binary 11001000 1100111 10110000 0 110000 1100 10110 100111011 101111 111011

Color Harmonies of #C867B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C867B0

Black with #C867B0

Text Example


Text Example

White with #C867B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C867B0; }

 p { color: rgb(200,103,176); }

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

background-color css

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

 a { background-color: rgb(200,103,176); }

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

border-color css

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

 span { border-color: rgb(200,103,176); }

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