Html Css Color HEX #C284B4 London Hue

📋 copy color: '#C284B4'

red 194 ◦ green 132 ◦ blue 180

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

Shades of London Hue #C284B4

Tints of London Hue #C284B4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 38.34%
G = 26.09%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C284B4 (or 0xC284B4) is known color: London Hue. HEX triplet: C2, 84 and B4. RGB value is (194,132,180). Sum of RGB (Red+Green+Blue) = 194+132+180=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C284B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284B4 is #3D7B4B. Grayscale: #9B9B9B. Windows color (decimal): -4029260 or 11830466. OLE color: 11830466.

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

Color convert

RGB 194 132 180 -
CMYK 0 0.32 0.07 0.24
HSL 313.55º 0.34% 0.64% -
HSV(B) 313.55º 0.32% 0.76% -
XYZ 38.74 31.27 47.17 -
YUV 156.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 194 132 180 0 0.32 0.07 0.24 313.55 0.34 0.64
Hex C2 84 B4 0 20 7 18 13A 22 40
Octal 302 204 264 0 40 7 30 472 42 100
Binary 11000010 10000100 10110100 0 100000 111 11000 100111010 100010 1000000

Color Harmonies of #C284B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284B4

Black with #C284B4

Text Example


Text Example

White with #C284B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284B4; }

 p { color: rgb(194,132,180); }

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

background-color css

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

 a { background-color: rgb(194,132,180); }

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

border-color css

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

 span { border-color: rgb(194,132,180); }

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