Html Css Color HEX #CA69BA Fuchsia

📋 copy color: '#CA69BA'

red 202 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #CA69BA

Tints of Fuchsia #CA69BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 40.97%
G = 21.3%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA69BA (or 0xCA69BA) is known color: Fuchsia. HEX triplet: CA, 69 and BA. RGB value is (202,105,186). Sum of RGB (Red+Green+Blue) = 202+105+186=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69BA is #359645. Grayscale: #8F8F8F. Windows color (decimal): -3511878 or 12216778. OLE color: 12216778.

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

Color convert

RGB 202 105 186 -
CMYK 0 0.48 0.08 0.21
HSL 309.9º 0.48% 0.6% -
HSV(B) 309.9º 0.48% 0.79% -
XYZ 38.27 26.2 49.5 -
YUV 143.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 202 105 186 0 0.48 0.08 0.21 309.9 0.48 0.6
Hex CA 69 BA 0 30 8 15 136 30 3C
Octal 312 151 272 0 60 10 25 466 60 74
Binary 11001010 1101001 10111010 0 110000 1000 10101 100110110 110000 111100

Color Harmonies of #CA69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69BA

Black with #CA69BA

Text Example


Text Example

White with #CA69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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