Html Css Color HEX #C867B4 Fuchsia

📋 copy color: '#C867B4'

red 200 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #C867B4

Tints of Fuchsia #C867B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 41.41%
G = 21.33%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C867B4 (or 0xC867B4) is known color: Fuchsia. HEX triplet: C8, 67 and B4. RGB value is (200,103,180). Sum of RGB (Red+Green+Blue) = 200+103+180=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C867B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867B4 is #37984B. Grayscale: #8C8C8C. Windows color (decimal): -3643468 or 11823048. OLE color: 11823048.

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

Color convert

RGB 200 103 180 -
CMYK 0 0.48 0.1 0.22
HSL 312.37º 0.47% 0.59% -
HSV(B) 312.37º 0.49% 0.78% -
XYZ 36.91 25.28 46.11 -
YUV 140.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 200 103 180 0 0.48 0.1 0.22 312.37 0.47 0.59
Hex C8 67 B4 0 30 A 16 138 2F 3B
Octal 310 147 264 0 60 12 26 470 57 73
Binary 11001000 1100111 10110100 0 110000 1010 10110 100111000 101111 111011

Color Harmonies of #C867B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C867B4

Black with #C867B4

Text Example


Text Example

White with #C867B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C867B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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