Html Css Color HEX #CA67C2 Fuchsia

📋 copy color: '#CA67C2'

red 202 ◦ green 103 ◦ blue 194

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

Shades of Fuchsia #CA67C2

Tints of Fuchsia #CA67C2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.64%

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 40.48%
G = 20.64%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA67C2 (or 0xCA67C2) is known color: Fuchsia. HEX triplet: CA, 67 and C2. RGB value is (202,103,194). Sum of RGB (Red+Green+Blue) = 202+103+194=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67C2 is #35983D. Grayscale: #8E8E8E. Windows color (decimal): -3512382 or 12740554. OLE color: 12740554.

HSL color Cylindrical-coordinate representation of color #CA67C2: hue angle of 304.85º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA67C2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 194 -
CMYK 0 0.49 0.04 0.21
HSL 304.85º 0.48% 0.6% -
HSV(B) 304.85º 0.49% 0.79% -
XYZ 38.94 26.15 54.03 -
YUV 142.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 202 103 194 0 0.49 0.04 0.21 304.85 0.48 0.6
Hex CA 67 C2 0 31 4 15 131 30 3C
Octal 312 147 302 0 61 4 25 461 60 74
Binary 11001010 1100111 11000010 0 110001 100 10101 100110001 110000 111100

Color Harmonies of #CA67C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67C2

Black with #CA67C2

Text Example


Text Example

White with #CA67C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67C2; }

 p { color: rgb(202,103,194); }

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

background-color css

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

 a { background-color: rgb(202,103,194); }

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

border-color css

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

 span { border-color: rgb(202,103,194); }

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