Html Css Color HEX #C867C0 Fuchsia

📋 copy color: '#C867C0'

red 200 ◦ green 103 ◦ blue 192

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

Shades of Fuchsia #C867C0

Tints of Fuchsia #C867C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 40.4%
G = 20.81%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C867C0 (or 0xC867C0) is known color: Fuchsia. HEX triplet: C8, 67 and C0. RGB value is (200,103,192). Sum of RGB (Red+Green+Blue) = 200+103+192=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C867C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867C0 is #37983F. Grayscale: #8D8D8D. Windows color (decimal): -3643456 or 12609480. OLE color: 12609480.

HSL color Cylindrical-coordinate representation of color #C867C0: hue angle of 304.95º 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 #C867C0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 103 192 -
CMYK 0 0.48 0.04 0.22
HSL 304.95º 0.47% 0.59% -
HSV(B) 304.95º 0.49% 0.78% -
XYZ 38.18 25.79 52.83 -
YUV 142.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 200 103 192 0 0.48 0.04 0.22 304.95 0.47 0.59
Hex C8 67 C0 0 30 4 16 131 2F 3B
Octal 310 147 300 0 60 4 26 461 57 73
Binary 11001000 1100111 11000000 0 110000 100 10110 100110001 101111 111011

Color Harmonies of #C867C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C867C0

Black with #C867C0

Text Example


Text Example

White with #C867C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C867C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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