Html Css Color HEX #C283B5 London Hue

📋 copy color: '#C283B5'

red 194 ◦ green 131 ◦ blue 181

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

Shades of London Hue #C283B5

Tints of London Hue #C283B5

RGB

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

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

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

R = 38.34%
G = 25.89%
B = 35.77%

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

#C283B5 (or 0xC283B5) is known color: London Hue. HEX triplet: C2, 83 and B5. RGB value is (194,131,181). Sum of RGB (Red+Green+Blue) = 194+131+181=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C283B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283B5 is #3D7C4A. Grayscale: #9B9B9B. Windows color (decimal): -4029515 or 11895746. OLE color: 11895746.

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

Color convert

RGB 194 131 181 -
CMYK 0 0.32 0.07 0.24
HSL 312.38º 0.34% 0.64% -
HSV(B) 312.38º 0.32% 0.76% -
XYZ 38.7 31.04 47.67 -
YUV 155.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 194 131 181 0 0.32 0.07 0.24 312.38 0.34 0.64
Hex C2 83 B5 0 20 7 18 138 22 40
Octal 302 203 265 0 40 7 30 470 42 100
Binary 11000010 10000011 10110101 0 100000 111 11000 100111000 100010 1000000

Color Harmonies of #C283B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283B5

Black with #C283B5

Text Example


Text Example

White with #C283B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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