Html Css Color HEX #C765CD Fuchsia

📋 copy color: '#C765CD'

red 199 ◦ green 101 ◦ blue 205

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

Shades of Fuchsia #C765CD

Tints of Fuchsia #C765CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 39.41%
G = 20%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C765CD (or 0xC765CD) is known color: Fuchsia. HEX triplet: C7, 65 and CD. RGB value is (199,101,205). Sum of RGB (Red+Green+Blue) = 199+101+205=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C765CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CD is #389A32. Grayscale: #8D8D8D. Windows color (decimal): -3709491 or 13460935. OLE color: 13460935.

HSL color Cylindrical-coordinate representation of color #C765CD: hue angle of 296.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C765CD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 101 205 -
CMYK 0.03 0.51 0 0.20
HSL 296.54º 0.51% 0.6% -
HSV(B) 296.54º 0.51% 0.8% -
XYZ 39.23 25.86 60.68 -
YUV 142.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 199 101 205 0.03 0.51 0 0.20 296.54 0.51 0.6
Hex C7 65 CD 3 33 0 14 129 33 3C
Octal 307 145 315 3 63 0 24 451 63 74
Binary 11000111 1100101 11001101 11 110011 0 10100 100101001 110011 111100

Color Harmonies of #C765CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765CD

Black with #C765CD

Text Example


Text Example

White with #C765CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765CD; }

 p { color: rgb(199,101,205); }

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

background-color css

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

 a { background-color: rgb(199,101,205); }

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

border-color css

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

 span { border-color: rgb(199,101,205); }

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