Html Css Color HEX #CC68BC Fuchsia

📋 copy color: '#CC68BC'

red 204 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #CC68BC

Tints of Fuchsia #CC68BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 41.13%
G = 20.97%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC68BC (or 0xCC68BC) is known color: Fuchsia. HEX triplet: CC, 68 and BC. RGB value is (204,104,188). Sum of RGB (Red+Green+Blue) = 204+104+188=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68BC is #339743. Grayscale: #8F8F8F. Windows color (decimal): -3381060 or 12347596. OLE color: 12347596.

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

Color convert

RGB 204 104 188 -
CMYK 0 0.49 0.08 0.2
HSL 309.6º 0.5% 0.6% -
HSV(B) 309.6º 0.49% 0.8% -
XYZ 38.93 26.37 50.61 -
YUV 143.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 204 104 188 0 0.49 0.08 0.2 309.6 0.5 0.6
Hex CC 68 BC 0 31 8 14 136 32 3C
Octal 314 150 274 0 61 10 24 466 62 74
Binary 11001100 1101000 10111100 0 110001 1000 10100 100110110 110010 111100

Color Harmonies of #CC68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68BC

Black with #CC68BC

Text Example


Text Example

White with #CC68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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