Html Css Color HEX #CA69C0 Fuchsia

📋 copy color: '#CA69C0'

red 202 ◦ green 105 ◦ blue 192

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

Shades of Fuchsia #CA69C0

Tints of Fuchsia #CA69C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

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

R = 40.48%
G = 21.04%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA69C0 (or 0xCA69C0) is known color: Fuchsia. HEX triplet: CA, 69 and C0. RGB value is (202,105,192). Sum of RGB (Red+Green+Blue) = 202+105+192=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69C0 is #35963F. Grayscale: #8F8F8F. Windows color (decimal): -3511872 or 12609994. OLE color: 12609994.

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

Color convert

RGB 202 105 192 -
CMYK 0 0.48 0.05 0.21
HSL 306.19º 0.48% 0.6% -
HSV(B) 306.19º 0.48% 0.79% -
XYZ 38.92 26.47 52.93 -
YUV 143.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 202 105 192 0 0.48 0.05 0.21 306.19 0.48 0.6
Hex CA 69 C0 0 30 5 15 132 30 3C
Octal 312 151 300 0 60 5 25 462 60 74
Binary 11001010 1101001 11000000 0 110000 101 10101 100110010 110000 111100

Color Harmonies of #CA69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69C0

Black with #CA69C0

Text Example


Text Example

White with #CA69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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