Html Css Color HEX #C67DB5 London Hue

📋 copy color: '#C67DB5'

red 198 ◦ green 125 ◦ blue 181

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

Shades of London Hue #C67DB5

Tints of London Hue #C67DB5

RGB

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

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

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

R = 39.29%
G = 24.8%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C67DB5 (or 0xC67DB5) is known color: London Hue. HEX triplet: C6, 7D and B5. RGB value is (198,125,181). Sum of RGB (Red+Green+Blue) = 198+125+181=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DB5 is #39824A. Grayscale: #999999. Windows color (decimal): -3768907 or 11894214. OLE color: 11894214.

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

Color convert

RGB 198 125 181 -
CMYK 0 0.37 0.09 0.22
HSL 313.97º 0.39% 0.63% -
HSV(B) 313.97º 0.37% 0.78% -
XYZ 38.96 30.01 47.45 -
YUV 153.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 198 125 181 0 0.37 0.09 0.22 313.97 0.39 0.63
Hex C6 7D B5 0 25 9 16 13A 27 3F
Octal 306 175 265 0 45 11 26 472 47 77
Binary 11000110 1111101 10110101 0 100101 1001 10110 100111010 100111 111111

Color Harmonies of #C67DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DB5

Black with #C67DB5

Text Example


Text Example

White with #C67DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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