#C67DBA

Color #C67DBA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C67DBA

Tints of London Hue #C67DBA

Color information

#C67DBA (or 0xC67DBA) is unknown color: approx London Hue. HEX triplet: C6, 7D and BA. RGB value is (198,125,186). Sum of RGB (Red+Green+Blue) = 198+125+186=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DBA is #398245. Grayscale: #999999. Windows color (decimal): -3768902 or 12221894. OLE color: 12221894.

HSL color Cylindrical-coordinate representation of color #C67DBA: hue angle of 309.86º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DBA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198125186-
CMYK00.370.060.22
HSL309.86º39.04%63.33%-
HSV(B)309.86º36.87%77.65%-
XYZ39.4930.2250.21-
YUV153.78146.18159.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=38.90%
G=24.56%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812518600.370.060.22309.8639.0463.33
HexC67DBA025616136273f
Octal3061752720456264664777
Binary11000110111110110111010010010111010110100110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DBA; }

 p { color: rgb(198,125,186); }

 H1.HeaderClassName
 {
   color: #C67DBA;
 }
 .AnyTagClassName
 {
   color: #C67DBA;
 }
</style>
background-color css

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

 a { background-color: rgb(198,125,186); }

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

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

 span { border-color: rgb(198,125,186); }

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