Html Css Color HEX #C767CA Fuchsia

📋 copy color: '#C767CA'

red 199 ◦ green 103 ◦ blue 202

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

Shades of Fuchsia #C767CA

Tints of Fuchsia #C767CA

RGB

 RED value IS 199 (78.13% from 255) = 39.48%

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

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

R = 39.48%
G = 20.44%
B = 40.08%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C767CA (or 0xC767CA) is known color: Fuchsia. HEX triplet: C7, 67 and CA. RGB value is (199,103,202). Sum of RGB (Red+Green+Blue) = 199+103+202=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C767CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CA is #389835. Grayscale: #8E8E8E. Windows color (decimal): -3708982 or 13264839. OLE color: 13264839.

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

Color convert

RGB 199 103 202 -
CMYK 0.01 0.49 0 0.21
HSL 298.18º 0.48% 0.6% -
HSV(B) 298.18º 0.49% 0.79% -
XYZ 39.06 26.11 58.86 -
YUV 142.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 199 103 202 0.01 0.49 0 0.21 298.18 0.48 0.6
Hex C7 67 CA 1 31 0 15 12A 30 3C
Octal 307 147 312 1 61 0 25 452 60 74
Binary 11000111 1100111 11001010 1 110001 0 10101 100101010 110000 111100

Color Harmonies of #C767CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C767CA

Black with #C767CA

Text Example


Text Example

White with #C767CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C767CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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