Html Css Color HEX #CB65C0 Fuchsia

📋 copy color: '#CB65C0'

red 203 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #CB65C0

Tints of Fuchsia #CB65C0

RGB

 RED value IS 203 (79.69% from 255) = 40.93%

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 40.93%
G = 20.36%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB65C0 (or 0xCB65C0) is known color: Fuchsia. HEX triplet: CB, 65 and C0. RGB value is (203,101,192). Sum of RGB (Red+Green+Blue) = 203+101+192=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65C0 is #349A3F. Grayscale: #8D8D8D. Windows color (decimal): -3447360 or 12608971. OLE color: 12608971.

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

Color convert

RGB 203 101 192 -
CMYK 0 0.50 0.05 0.20
HSL 306.47º 0.5% 0.6% -
HSV(B) 306.47º 0.5% 0.8% -
XYZ 38.8 25.81 52.81 -
YUV 141.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 203 101 192 0 0.50 0.05 0.20 306.47 0.5 0.6
Hex CB 65 C0 0 32 5 14 132 32 3C
Octal 313 145 300 0 62 5 24 462 62 74
Binary 11001011 1100101 11000000 0 110010 101 10100 100110010 110010 111100

Color Harmonies of #CB65C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65C0

Black with #CB65C0

Text Example


Text Example

White with #CB65C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65C0; }

 p { color: rgb(203,101,192); }

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

background-color css

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

 a { background-color: rgb(203,101,192); }

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

border-color css

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

 span { border-color: rgb(203,101,192); }

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