Html Css Color HEX #CA68C1 Fuchsia

📋 copy color: '#CA68C1'

red 202 ◦ green 104 ◦ blue 193

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

Shades of Fuchsia #CA68C1

Tints of Fuchsia #CA68C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 40.48%
G = 20.84%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA68C1 (or 0xCA68C1) is known color: Fuchsia. HEX triplet: CA, 68 and C1. RGB value is (202,104,193). Sum of RGB (Red+Green+Blue) = 202+104+193=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68C1 is #35973E. Grayscale: #8F8F8F. Windows color (decimal): -3512127 or 12675274. OLE color: 12675274.

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

Color convert

RGB 202 104 193 -
CMYK 0 0.49 0.04 0.21
HSL 305.51º 0.48% 0.6% -
HSV(B) 305.51º 0.49% 0.79% -
XYZ 38.93 26.31 53.48 -
YUV 143.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 202 104 193 0 0.49 0.04 0.21 305.51 0.48 0.6
Hex CA 68 C1 0 31 4 15 132 30 3C
Octal 312 150 301 0 61 4 25 462 60 74
Binary 11001010 1101000 11000001 0 110001 100 10101 100110010 110000 111100

Color Harmonies of #CA68C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68C1

Black with #CA68C1

Text Example


Text Example

White with #CA68C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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