Html Css Color HEX #CA68B0 Fuchsia

📋 copy color: '#CA68B0'

red 202 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #CA68B0

Tints of Fuchsia #CA68B0

RGB

 RED value IS 202 (79.3% from 255) = 41.91%

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 41.91%
G = 21.58%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA68B0 (or 0xCA68B0) is known color: Fuchsia. HEX triplet: CA, 68 and B0. RGB value is (202,104,176). Sum of RGB (Red+Green+Blue) = 202+104+176=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68B0 is #35974F. Grayscale: #8D8D8D. Windows color (decimal): -3512144 or 11561162. OLE color: 11561162.

HSL color Cylindrical-coordinate representation of color #CA68B0: hue angle of 315.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68B0 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 104 176 -
CMYK 0 0.49 0.13 0.21
HSL 315.92º 0.48% 0.6% -
HSV(B) 315.92º 0.49% 0.79% -
XYZ 37.14 25.59 44.06 -
YUV 141.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 202 104 176 0 0.49 0.13 0.21 315.92 0.48 0.6
Hex CA 68 B0 0 31 D 15 13C 30 3C
Octal 312 150 260 0 61 15 25 474 60 74
Binary 11001010 1101000 10110000 0 110001 1101 10101 100111100 110000 111100

Color Harmonies of #CA68B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68B0

Black with #CA68B0

Text Example


Text Example

White with #CA68B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68B0; }

 p { color: rgb(202,104,176); }

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

background-color css

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

 a { background-color: rgb(202,104,176); }

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

border-color css

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

 span { border-color: rgb(202,104,176); }

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