Html Css Color HEX #CB6EBC Fuchsia

📋 copy color: '#CB6EBC'

red 203 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #CB6EBC

Tints of Fuchsia #CB6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 40.52%
G = 21.96%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB6EBC (or 0xCB6EBC) is known color: Fuchsia. HEX triplet: CB, 6E and BC. RGB value is (203,110,188). Sum of RGB (Red+Green+Blue) = 203+110+188=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EBC is #349143. Grayscale: #929292. Windows color (decimal): -3445060 or 12349131. OLE color: 12349131.

HSL color Cylindrical-coordinate representation of color #CB6EBC: hue angle of 309.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6EBC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 188 -
CMYK 0 0.46 0.07 0.20
HSL 309.68º 0.47% 0.61% -
HSV(B) 309.68º 0.46% 0.8% -
XYZ 39.28 27.48 50.81 -
YUV 146.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 203 110 188 0 0.46 0.07 0.20 309.68 0.47 0.61
Hex CB 6E BC 0 2E 7 14 136 2F 3D
Octal 313 156 274 0 56 7 24 466 57 75
Binary 11001011 1101110 10111100 0 101110 111 10100 100110110 101111 111101

Color Harmonies of #CB6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EBC

Black with #CB6EBC

Text Example


Text Example

White with #CB6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EBC; }

 p { color: rgb(203,110,188); }

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

background-color css

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

 a { background-color: rgb(203,110,188); }

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

border-color css

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

 span { border-color: rgb(203,110,188); }

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