Html Css Color HEX #C866B4 Fuchsia

📋 copy color: '#C866B4'

red 200 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #C866B4

Tints of Fuchsia #C866B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 41.49%
G = 21.16%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C866B4 (or 0xC866B4) is known color: Fuchsia. HEX triplet: C8, 66 and B4. RGB value is (200,102,180). Sum of RGB (Red+Green+Blue) = 200+102+180=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C866B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866B4 is #37994B. Grayscale: #8B8B8B. Windows color (decimal): -3643724 or 11822792. OLE color: 11822792.

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

Color convert

RGB 200 102 180 -
CMYK 0 0.49 0.1 0.22
HSL 312.24º 0.47% 0.59% -
HSV(B) 312.24º 0.49% 0.78% -
XYZ 36.81 25.08 46.08 -
YUV 140.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 200 102 180 0 0.49 0.1 0.22 312.24 0.47 0.59
Hex C8 66 B4 0 31 A 16 138 2F 3B
Octal 310 146 264 0 61 12 26 470 57 73
Binary 11001000 1100110 10110100 0 110001 1010 10110 100111000 101111 111011

Color Harmonies of #C866B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866B4

Black with #C866B4

Text Example


Text Example

White with #C866B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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