Html Css Color HEX #C283B2 London Hue

📋 copy color: '#C283B2'

red 194 ◦ green 131 ◦ blue 178

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

Shades of London Hue #C283B2

Tints of London Hue #C283B2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 38.57%
G = 26.04%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C283B2 (or 0xC283B2) is known color: London Hue. HEX triplet: C2, 83 and B2. RGB value is (194,131,178). Sum of RGB (Red+Green+Blue) = 194+131+178=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C283B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283B2 is #3D7C4D. Grayscale: #9B9B9B. Windows color (decimal): -4029518 or 11699138. OLE color: 11699138.

HSL color Cylindrical-coordinate representation of color #C283B2: hue angle of 315.24º 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 #C283B2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 178 -
CMYK 0 0.32 0.08 0.24
HSL 315.24º 0.34% 0.64% -
HSV(B) 315.24º 0.32% 0.76% -
XYZ 38.4 30.92 46.06 -
YUV 155.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 194 131 178 0 0.32 0.08 0.24 315.24 0.34 0.64
Hex C2 83 B2 0 20 8 18 13B 22 40
Octal 302 203 262 0 40 10 30 473 42 100
Binary 11000010 10000011 10110010 0 100000 1000 11000 100111011 100010 1000000

Color Harmonies of #C283B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283B2

Black with #C283B2

Text Example


Text Example

White with #C283B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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