Html Css Color HEX #CC68B2 Fuchsia

📋 copy color: '#CC68B2'

red 204 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #CC68B2

Tints of Fuchsia #CC68B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 41.98%
G = 21.4%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC68B2 (or 0xCC68B2) is known color: Fuchsia. HEX triplet: CC, 68 and B2. RGB value is (204,104,178). Sum of RGB (Red+Green+Blue) = 204+104+178=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68B2 is #33974D. Grayscale: #8E8E8E. Windows color (decimal): -3381070 or 11692236. OLE color: 11692236.

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

Color convert

RGB 204 104 178 -
CMYK 0 0.49 0.13 0.2
HSL 315.6º 0.5% 0.6% -
HSV(B) 315.6º 0.49% 0.8% -
XYZ 37.89 25.95 45.13 -
YUV 142.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 204 104 178 0 0.49 0.13 0.2 315.6 0.5 0.6
Hex CC 68 B2 0 31 D 14 13C 32 3C
Octal 314 150 262 0 61 15 24 474 62 74
Binary 11001100 1101000 10110010 0 110001 1101 10100 100111100 110010 111100

Color Harmonies of #CC68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68B2

Black with #CC68B2

Text Example


Text Example

White with #CC68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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