Html Css Color HEX #CA69B5 Fuchsia

📋 copy color: '#CA69B5'

red 202 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #CA69B5

Tints of Fuchsia #CA69B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 41.39%
G = 21.52%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA69B5 (or 0xCA69B5) is known color: Fuchsia. HEX triplet: CA, 69 and B5. RGB value is (202,105,181). Sum of RGB (Red+Green+Blue) = 202+105+181=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69B5 is #35964A. Grayscale: #8E8E8E. Windows color (decimal): -3511883 or 11889098. OLE color: 11889098.

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

Color convert

RGB 202 105 181 -
CMYK 0 0.48 0.10 0.21
HSL 312.99º 0.48% 0.6% -
HSV(B) 312.99º 0.48% 0.79% -
XYZ 37.75 26 46.74 -
YUV 142.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 202 105 181 0 0.48 0.10 0.21 312.99 0.48 0.6
Hex CA 69 B5 0 30 A 15 139 30 3C
Octal 312 151 265 0 60 12 25 471 60 74
Binary 11001010 1101001 10110101 0 110000 1010 10101 100111001 110000 111100

Color Harmonies of #CA69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69B5

Black with #CA69B5

Text Example


Text Example

White with #CA69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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