Html Css Color HEX #C67DBA London Hue

📋 copy color: '#C67DBA'

red 198 ◦ green 125 ◦ blue 186

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

Shades of London Hue #C67DBA

Tints of London Hue #C67DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.56%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 38.9%
G = 24.56%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C67DBA (or 0xC67DBA) is known color: 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

RGB 198 125 186 -
CMYK 0 0.37 0.06 0.22
HSL 309.86º 0.39% 0.63% -
HSV(B) 309.86º 0.37% 0.78% -
XYZ 39.49 30.22 50.21 -
YUV 153.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 198 125 186 0 0.37 0.06 0.22 309.86 0.39 0.63
Hex C6 7D BA 0 25 6 16 136 27 3F
Octal 306 175 272 0 45 6 26 466 47 77
Binary 11000110 1111101 10111010 0 100101 110 10110 100110110 100111 111111

Color Harmonies of #C67DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DBA

Black with #C67DBA

Text Example


Text Example

White with #C67DBA

Text Example


Text Example

HTML Codes & Css Web 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>