Html Css Color HEX #C869C4 Fuchsia

📋 copy color: '#C869C4'

red 200 ◦ green 105 ◦ blue 196

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

Shades of Fuchsia #C869C4

Tints of Fuchsia #C869C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.96%

 BLUE value IS 196 (76.95% from 255) = 39.12%

R = 39.92%
G = 20.96%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C869C4 (or 0xC869C4) is known color: Fuchsia. HEX triplet: C8, 69 and C4. RGB value is (200,105,196). Sum of RGB (Red+Green+Blue) = 200+105+196=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C4 is #37963B. Grayscale: #8F8F8F. Windows color (decimal): -3642940 or 12872136. OLE color: 12872136.

HSL color Cylindrical-coordinate representation of color #C869C4: hue angle of 302.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C869C4 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 196 -
CMYK 0 0.48 0.02 0.22
HSL 302.53º 0.46% 0.6% -
HSV(B) 302.53º 0.48% 0.78% -
XYZ 38.83 26.37 55.27 -
YUV 143.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 200 105 196 0 0.48 0.02 0.22 302.53 0.46 0.6
Hex C8 69 C4 0 30 2 16 12F 2E 3C
Octal 310 151 304 0 60 2 26 457 56 74
Binary 11001000 1101001 11000100 0 110000 10 10110 100101111 101110 111100

Color Harmonies of #C869C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869C4

Black with #C869C4

Text Example


Text Example

White with #C869C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869C4; }

 p { color: rgb(200,105,196); }

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

background-color css

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

 a { background-color: rgb(200,105,196); }

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

border-color css

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

 span { border-color: rgb(200,105,196); }

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