Html Css Color HEX #CA68C0 Fuchsia

📋 copy color: '#CA68C0'

red 202 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #CA68C0

Tints of Fuchsia #CA68C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 40.56%
G = 20.88%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA68C0 (or 0xCA68C0) is known color: Fuchsia. HEX triplet: CA, 68 and C0. RGB value is (202,104,192). Sum of RGB (Red+Green+Blue) = 202+104+192=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68C0 is #35973F. Grayscale: #8F8F8F. Windows color (decimal): -3512128 or 12609738. OLE color: 12609738.

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

Color convert

RGB 202 104 192 -
CMYK 0 0.49 0.05 0.21
HSL 306.12º 0.48% 0.6% -
HSV(B) 306.12º 0.49% 0.79% -
XYZ 38.82 26.26 52.89 -
YUV 143.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 202 104 192 0 0.49 0.05 0.21 306.12 0.48 0.6
Hex CA 68 C0 0 31 5 15 132 30 3C
Octal 312 150 300 0 61 5 25 462 60 74
Binary 11001010 1101000 11000000 0 110001 101 10101 100110010 110000 111100

Color Harmonies of #CA68C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68C0

Black with #CA68C0

Text Example


Text Example

White with #CA68C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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