Html Css Color HEX #CB65B4 Fuchsia

📋 copy color: '#CB65B4'

red 203 ◦ green 101 ◦ blue 180

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

Shades of Fuchsia #CB65B4

Tints of Fuchsia #CB65B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 41.94%
G = 20.87%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB65B4 (or 0xCB65B4) is known color: Fuchsia. HEX triplet: CB, 65 and B4. RGB value is (203,101,180). Sum of RGB (Red+Green+Blue) = 203+101+180=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65B4 is #349A4B. Grayscale: #8C8C8C. Windows color (decimal): -3447372 or 11822539. OLE color: 11822539.

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

Color convert

RGB 203 101 180 -
CMYK 0 0.50 0.11 0.20
HSL 313.53º 0.5% 0.6% -
HSV(B) 313.53º 0.5% 0.8% -
XYZ 37.52 25.3 46.09 -
YUV 140.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 203 101 180 0 0.50 0.11 0.20 313.53 0.5 0.6
Hex CB 65 B4 0 32 B 14 13A 32 3C
Octal 313 145 264 0 62 13 24 472 62 74
Binary 11001011 1100101 10110100 0 110010 1011 10100 100111010 110010 111100

Color Harmonies of #CB65B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65B4

Black with #CB65B4

Text Example


Text Example

White with #CB65B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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