Html Css Color HEX #C165CA Fuchsia

📋 copy color: '#C165CA'

red 193 ◦ green 101 ◦ blue 202

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

Shades of Fuchsia #C165CA

Tints of Fuchsia #C165CA

RGB

 RED value IS 193 (75.78% from 255) = 38.91%

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 38.91%
G = 20.36%
B = 40.73%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C165CA (or 0xC165CA) is known color: Fuchsia. HEX triplet: C1, 65 and CA. RGB value is (193,101,202). Sum of RGB (Red+Green+Blue) = 193+101+202=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C165CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CA is #3E9A35. Grayscale: #8B8B8B. Windows color (decimal): -4102710 or 13264321. OLE color: 13264321.

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

Color convert

RGB 193 101 202 -
CMYK 0.04 0.50 0 0.21
HSL 294.65º 0.49% 0.59% -
HSV(B) 294.65º 0.5% 0.79% -
XYZ 37.31 24.91 58.72 -
YUV 140.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 193 101 202 0.04 0.50 0 0.21 294.65 0.49 0.59
Hex C1 65 CA 4 32 0 15 127 31 3B
Octal 301 145 312 4 62 0 25 447 61 73
Binary 11000001 1100101 11001010 100 110010 0 10101 100100111 110001 111011

Color Harmonies of #C165CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165CA

Black with #C165CA

Text Example


Text Example

White with #C165CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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