Html Css Color HEX #C67FBC London Hue

📋 copy color: '#C67FBC'

red 198 ◦ green 127 ◦ blue 188

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

Shades of London Hue #C67FBC

Tints of London Hue #C67FBC

RGB

 RED value IS 198 (77.73% from 255) = 38.6%

 GREEN value IS 127 (50% from 255) = 24.76%

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

R = 38.6%
G = 24.76%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C67FBC (or 0xC67FBC) is known color: London Hue. HEX triplet: C6, 7F and BC. RGB value is (198,127,188). Sum of RGB (Red+Green+Blue) = 198+127+188=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FBC is #398043. Grayscale: #9B9B9B. Windows color (decimal): -3768388 or 12353478. OLE color: 12353478.

HSL color Cylindrical-coordinate representation of color #C67FBC: hue angle of 308.45º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FBC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 188 -
CMYK 0 0.36 0.05 0.22
HSL 308.45º 0.38% 0.64% -
HSV(B) 308.45º 0.36% 0.78% -
XYZ 39.96 30.82 51.42 -
YUV 155.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 198 127 188 0 0.36 0.05 0.22 308.45 0.38 0.64
Hex C6 7F BC 0 24 5 16 134 26 40
Octal 306 177 274 0 44 5 26 464 46 100
Binary 11000110 1111111 10111100 0 100100 101 10110 100110100 100110 1000000

Color Harmonies of #C67FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FBC

Black with #C67FBC

Text Example


Text Example

White with #C67FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FBC; }

 p { color: rgb(198,127,188); }

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

background-color css

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

 a { background-color: rgb(198,127,188); }

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

border-color css

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

 span { border-color: rgb(198,127,188); }

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