Html Css Color HEX #CA65B9 Fuchsia

📋 copy color: '#CA65B9'

red 202 ◦ green 101 ◦ blue 185

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

Shades of Fuchsia #CA65B9

Tints of Fuchsia #CA65B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.7%

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 41.39%
G = 20.7%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA65B9 (or 0xCA65B9) is known color: Fuchsia. HEX triplet: CA, 65 and B9. RGB value is (202,101,185). Sum of RGB (Red+Green+Blue) = 202+101+185=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65B9 is #359A46. Grayscale: #8C8C8C. Windows color (decimal): -3512903 or 12150218. OLE color: 12150218.

HSL color Cylindrical-coordinate representation of color #CA65B9: hue angle of 310.1º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65B9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 185 -
CMYK 0 0.50 0.08 0.21
HSL 310.1º 0.49% 0.59% -
HSV(B) 310.1º 0.5% 0.79% -
XYZ 37.77 25.37 48.8 -
YUV 140.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 202 101 185 0 0.50 0.08 0.21 310.1 0.49 0.59
Hex CA 65 B9 0 32 8 15 136 31 3B
Octal 312 145 271 0 62 10 25 466 61 73
Binary 11001010 1100101 10111001 0 110010 1000 10101 100110110 110001 111011

Color Harmonies of #CA65B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65B9

Black with #CA65B9

Text Example


Text Example

White with #CA65B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65B9; }

 p { color: rgb(202,101,185); }

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

background-color css

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

 a { background-color: rgb(202,101,185); }

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

border-color css

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

 span { border-color: rgb(202,101,185); }

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