Html Css Color HEX #CA65B2 Fuchsia

📋 copy color: '#CA65B2'

red 202 ◦ green 101 ◦ blue 178

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

Shades of Fuchsia #CA65B2

Tints of Fuchsia #CA65B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 42%
G = 21%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA65B2 (or 0xCA65B2) is known color: Fuchsia. HEX triplet: CA, 65 and B2. RGB value is (202,101,178). Sum of RGB (Red+Green+Blue) = 202+101+178=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA65B2 is #359A4D. Grayscale: #8B8B8B. Windows color (decimal): -3512910 or 11691466. OLE color: 11691466.

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

Color convert

RGB 202 101 178 -
CMYK 0 0.50 0.12 0.21
HSL 314.26º 0.49% 0.59% -
HSV(B) 314.26º 0.5% 0.79% -
XYZ 37.05 25.08 45.01 -
YUV 139.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 202 101 178 0 0.50 0.12 0.21 314.26 0.49 0.59
Hex CA 65 B2 0 32 C 15 13A 31 3B
Octal 312 145 262 0 62 14 25 472 61 73
Binary 11001010 1100101 10110010 0 110010 1100 10101 100111010 110001 111011

Color Harmonies of #CA65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65B2

Black with #CA65B2

Text Example


Text Example

White with #CA65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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