Html Css Color HEX #CB68BE Fuchsia

📋 copy color: '#CB68BE'

red 203 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #CB68BE

Tints of Fuchsia #CB68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.93%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 40.85%
G = 20.93%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB68BE (or 0xCB68BE) is known color: Fuchsia. HEX triplet: CB, 68 and BE. RGB value is (203,104,190). Sum of RGB (Red+Green+Blue) = 203+104+190=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68BE is #349741. Grayscale: #8F8F8F. Windows color (decimal): -3446594 or 12478667. OLE color: 12478667.

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

Color convert

RGB 203 104 190 -
CMYK 0 0.49 0.06 0.20
HSL 307.88º 0.49% 0.6% -
HSV(B) 307.88º 0.49% 0.8% -
XYZ 38.87 26.31 51.75 -
YUV 143.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 203 104 190 0 0.49 0.06 0.20 307.88 0.49 0.6
Hex CB 68 BE 0 31 6 14 134 31 3C
Octal 313 150 276 0 61 6 24 464 61 74
Binary 11001011 1101000 10111110 0 110001 110 10100 100110100 110001 111100

Color Harmonies of #CB68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68BE

Black with #CB68BE

Text Example


Text Example

White with #CB68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68BE; }

 p { color: rgb(203,104,190); }

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

background-color css

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

 a { background-color: rgb(203,104,190); }

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

border-color css

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

 span { border-color: rgb(203,104,190); }

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