Html Css Color HEX #CC68C2 Fuchsia

📋 copy color: '#CC68C2'

red 204 ◦ green 104 ◦ blue 194

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

Shades of Fuchsia #CC68C2

Tints of Fuchsia #CC68C2

RGB

 RED value IS 204 (80.08% from 255) = 40.64%

 GREEN value IS 104 (41.02% from 255) = 20.72%

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 40.64%
G = 20.72%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC68C2 (or 0xCC68C2) is known color: Fuchsia. HEX triplet: CC, 68 and C2. RGB value is (204,104,194). Sum of RGB (Red+Green+Blue) = 204+104+194=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68C2 is #33973D. Grayscale: #8F8F8F. Windows color (decimal): -3381054 or 12740812. OLE color: 12740812.

HSL color Cylindrical-coordinate representation of color #CC68C2: hue angle of 306º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68C2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 194 -
CMYK 0 0.49 0.05 0.2
HSL 306º 0.5% 0.6% -
HSV(B) 306º 0.49% 0.8% -
XYZ 39.59 26.63 54.09 -
YUV 144.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 204 104 194 0 0.49 0.05 0.2 306 0.5 0.6
Hex CC 68 C2 0 31 5 14 132 32 3C
Octal 314 150 302 0 61 5 24 462 62 74
Binary 11001100 1101000 11000010 0 110001 101 10100 100110010 110010 111100

Color Harmonies of #CC68C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68C2

Black with #CC68C2

Text Example


Text Example

White with #CC68C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68C2; }

 p { color: rgb(204,104,194); }

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

background-color css

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

 a { background-color: rgb(204,104,194); }

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

border-color css

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

 span { border-color: rgb(204,104,194); }

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