Html Css Color HEX #CA4BD2 Fuchsia

📋 copy color: '#CA4BD2'

red 202 ◦ green 75 ◦ blue 210

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

Shades of Fuchsia #CA4BD2

Tints of Fuchsia #CA4BD2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.4%

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 41.48%
G = 15.4%
B = 43.12%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA4BD2 (or 0xCA4BD2) is known color: Fuchsia. HEX triplet: CA, 4B and D2. RGB value is (202,75,210). Sum of RGB (Red+Green+Blue) = 202+75+210=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BD2 is #35B42D. Grayscale: #7F7F7F. Windows color (decimal): -3519534 or 13781962. OLE color: 13781962.

HSL color Cylindrical-coordinate representation of color #CA4BD2: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4BD2 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 75 210 -
CMYK 0.04 0.64 0 0.18
HSL 296.44º 0.6% 0.56% -
HSV(B) 296.44º 0.64% 0.82% -
XYZ 38.51 22.24 63.24 -
YUV 128.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 202 75 210 0.04 0.64 0 0.18 296.44 0.6 0.56
Hex CA 4B D2 4 40 0 12 128 3C 38
Octal 312 113 322 4 100 0 22 450 74 70
Binary 11001010 1001011 11010010 100 1000000 0 10010 100101000 111100 111000

Color Harmonies of #CA4BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BD2

Black with #CA4BD2

Text Example


Text Example

White with #CA4BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BD2; }

 p { color: rgb(202,75,210); }

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

background-color css

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

 a { background-color: rgb(202,75,210); }

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

border-color css

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

 span { border-color: rgb(202,75,210); }

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