Html Css Color HEX #C068BD Fuchsia

📋 copy color: '#C068BD'

red 192 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #C068BD

Tints of Fuchsia #C068BD

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 39.59%
G = 21.44%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C068BD (or 0xC068BD) is known color: Fuchsia. HEX triplet: C0, 68 and BD. RGB value is (192,104,189). Sum of RGB (Red+Green+Blue) = 192+104+189=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BD is #3F9742. Grayscale: #8B8B8B. Windows color (decimal): -4167491 or 12413120. OLE color: 12413120.

HSL color Cylindrical-coordinate representation of color #C068BD: hue angle of 302.05º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C068BD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 189 -
CMYK 0 0.46 0.02 0.25
HSL 302.05º 0.41% 0.58% -
HSV(B) 302.05º 0.46% 0.75% -
XYZ 35.87 24.78 51.04 -
YUV 140 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 192 104 189 0 0.46 0.02 0.25 302.05 0.41 0.58
Hex C0 68 BD 0 2E 2 19 12E 29 3A
Octal 300 150 275 0 56 2 31 456 51 72
Binary 11000000 1101000 10111101 0 101110 10 11001 100101110 101001 111010

Color Harmonies of #C068BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068BD

Black with #C068BD

Text Example


Text Example

White with #C068BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068BD; }

 p { color: rgb(192,104,189); }

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

background-color css

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

 a { background-color: rgb(192,104,189); }

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

border-color css

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

 span { border-color: rgb(192,104,189); }

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