Html Css Color HEX #C67FB5 London Hue

📋 copy color: '#C67FB5'

red 198 ◦ green 127 ◦ blue 181

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

Shades of London Hue #C67FB5

Tints of London Hue #C67FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 39.13%
G = 25.1%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C67FB5 (or 0xC67FB5) is known color: London Hue. HEX triplet: C6, 7F and B5. RGB value is (198,127,181). Sum of RGB (Red+Green+Blue) = 198+127+181=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FB5 is #39804A. Grayscale: #9A9A9A. Windows color (decimal): -3768395 or 11894726. OLE color: 11894726.

HSL color Cylindrical-coordinate representation of color #C67FB5: hue angle of 314.37º 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 #C67FB5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 181 -
CMYK 0 0.36 0.09 0.22
HSL 314.37º 0.38% 0.64% -
HSV(B) 314.37º 0.36% 0.78% -
XYZ 39.22 30.52 47.54 -
YUV 154.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 198 127 181 0 0.36 0.09 0.22 314.37 0.38 0.64
Hex C6 7F B5 0 24 9 16 13A 26 40
Octal 306 177 265 0 44 11 26 472 46 100
Binary 11000110 1111111 10110101 0 100100 1001 10110 100111010 100110 1000000

Color Harmonies of #C67FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FB5

Black with #C67FB5

Text Example


Text Example

White with #C67FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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