Html Css Color HEX #CB68C0 Fuchsia

📋 copy color: '#CB68C0'

red 203 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #CB68C0

Tints of Fuchsia #CB68C0

RGB

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

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

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

R = 40.68%
G = 20.84%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB68C0 (or 0xCB68C0) is known color: Fuchsia. HEX triplet: CB, 68 and C0. RGB value is (203,104,192). Sum of RGB (Red+Green+Blue) = 203+104+192=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68C0 is #34973F. Grayscale: #8F8F8F. Windows color (decimal): -3446592 or 12609739. OLE color: 12609739.

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

Color convert

RGB 203 104 192 -
CMYK 0 0.49 0.05 0.20
HSL 306.67º 0.49% 0.6% -
HSV(B) 306.67º 0.49% 0.8% -
XYZ 39.09 26.4 52.91 -
YUV 143.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 203 104 192 0 0.49 0.05 0.20 306.67 0.49 0.6
Hex CB 68 C0 0 31 5 14 133 31 3C
Octal 313 150 300 0 61 5 24 463 61 74
Binary 11001011 1101000 11000000 0 110001 101 10100 100110011 110001 111100

Color Harmonies of #CB68C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68C0

Black with #CB68C0

Text Example


Text Example

White with #CB68C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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