Html Css Color HEX #C285BD London Hue

📋 copy color: '#C285BD'

red 194 ◦ green 133 ◦ blue 189

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

Shades of London Hue #C285BD

Tints of London Hue #C285BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.78%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 37.6%
G = 25.78%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C285BD (or 0xC285BD) is known color: London Hue. HEX triplet: C2, 85 and BD. RGB value is (194,133,189). Sum of RGB (Red+Green+Blue) = 194+133+189=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C285BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285BD is #3D7A42. Grayscale: #9D9D9D. Windows color (decimal): -4028995 or 12420546. OLE color: 12420546.

HSL color Cylindrical-coordinate representation of color #C285BD: hue angle of 304.92º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 189 -
CMYK 0 0.31 0.03 0.24
HSL 304.92º 0.33% 0.64% -
HSV(B) 304.92º 0.31% 0.76% -
XYZ 39.82 31.92 52.21 -
YUV 157.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 194 133 189 0 0.31 0.03 0.24 304.92 0.33 0.64
Hex C2 85 BD 0 1F 3 18 131 21 40
Octal 302 205 275 0 37 3 30 461 41 100
Binary 11000010 10000101 10111101 0 11111 11 11000 100110001 100001 1000000

Color Harmonies of #C285BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285BD

Black with #C285BD

Text Example


Text Example

White with #C285BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285BD; }

 p { color: rgb(194,133,189); }

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

background-color css

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

 a { background-color: rgb(194,133,189); }

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

border-color css

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

 span { border-color: rgb(194,133,189); }

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