Html Css Color HEX #C275B2 London Hue

📋 copy color: '#C275B2'

red 194 ◦ green 117 ◦ blue 178

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

Shades of London Hue #C275B2

Tints of London Hue #C275B2

RGB

 RED value IS 194 (76.17% from 255) = 39.67%

 GREEN value IS 117 (46.09% from 255) = 23.93%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 39.67%
G = 23.93%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C275B2 (or 0xC275B2) is known color: London Hue. HEX triplet: C2, 75 and B2. RGB value is (194,117,178). Sum of RGB (Red+Green+Blue) = 194+117+178=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C275B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275B2 is #3D8A4D. Grayscale: #929292. Windows color (decimal): -4033102 or 11695554. OLE color: 11695554.

HSL color Cylindrical-coordinate representation of color #C275B2: hue angle of 312.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275B2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 117 178 -
CMYK 0 0.40 0.08 0.24
HSL 312.47º 0.39% 0.61% -
HSV(B) 312.47º 0.4% 0.76% -
XYZ 36.65 27.41 45.48 -
YUV 146.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 194 117 178 0 0.40 0.08 0.24 312.47 0.39 0.61
Hex C2 75 B2 0 28 8 18 138 27 3D
Octal 302 165 262 0 50 10 30 470 47 75
Binary 11000010 1110101 10110010 0 101000 1000 11000 100111000 100111 111101

Color Harmonies of #C275B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275B2

Black with #C275B2

Text Example


Text Example

White with #C275B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275B2; }

 p { color: rgb(194,117,178); }

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

background-color css

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

 a { background-color: rgb(194,117,178); }

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

border-color css

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

 span { border-color: rgb(194,117,178); }

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