Html Css Color HEX #CA6DB3 Fuchsia

📋 copy color: '#CA6DB3'

red 202 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #CA6DB3

Tints of Fuchsia #CA6DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.24%

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 41.22%
G = 22.24%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA6DB3 (or 0xCA6DB3) is known color: Fuchsia. HEX triplet: CA, 6D and B3. RGB value is (202,109,179). Sum of RGB (Red+Green+Blue) = 202+109+179=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB3 is #35924C. Grayscale: #909090. Windows color (decimal): -3510861 or 11759050. OLE color: 11759050.

HSL color Cylindrical-coordinate representation of color #CA6DB3: hue angle of 314.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DB3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 179 -
CMYK 0 0.46 0.11 0.21
HSL 314.84º 0.47% 0.61% -
HSV(B) 314.84º 0.46% 0.79% -
XYZ 37.96 26.75 45.81 -
YUV 144.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 202 109 179 0 0.46 0.11 0.21 314.84 0.47 0.61
Hex CA 6D B3 0 2E B 15 13B 2F 3D
Octal 312 155 263 0 56 13 25 473 57 75
Binary 11001010 1101101 10110011 0 101110 1011 10101 100111011 101111 111101

Color Harmonies of #CA6DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DB3

Black with #CA6DB3

Text Example


Text Example

White with #CA6DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DB3; }

 p { color: rgb(202,109,179); }

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

background-color css

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

 a { background-color: rgb(202,109,179); }

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

border-color css

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

 span { border-color: rgb(202,109,179); }

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