Html Css Color HEX #CB65C6 Fuchsia

📋 copy color: '#CB65C6'

red 203 ◦ green 101 ◦ blue 198

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

Shades of Fuchsia #CB65C6

Tints of Fuchsia #CB65C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 40.44%
G = 20.12%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB65C6 (or 0xCB65C6) is known color: Fuchsia. HEX triplet: CB, 65 and C6. RGB value is (203,101,198). Sum of RGB (Red+Green+Blue) = 203+101+198=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65C6 is #349A39. Grayscale: #8E8E8E. Windows color (decimal): -3447354 or 13002187. OLE color: 13002187.

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

Color convert

RGB 203 101 198 -
CMYK 0 0.50 0.02 0.20
HSL 302.94º 0.5% 0.6% -
HSV(B) 302.94º 0.5% 0.8% -
XYZ 39.48 26.08 56.38 -
YUV 142.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 203 101 198 0 0.50 0.02 0.20 302.94 0.5 0.6
Hex CB 65 C6 0 32 2 14 12F 32 3C
Octal 313 145 306 0 62 2 24 457 62 74
Binary 11001011 1100101 11000110 0 110010 10 10100 100101111 110010 111100

Color Harmonies of #CB65C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65C6

Black with #CB65C6

Text Example


Text Example

White with #CB65C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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