Html Css Color HEX #C28CE1 Wisteria

📋 copy color: '#C28CE1'

red 194 ◦ green 140 ◦ blue 225

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

Shades of Wisteria #C28CE1

Tints of Wisteria #C28CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 34.7%
G = 25.04%
B = 40.25%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C28CE1 (or 0xC28CE1) is known color: Wisteria. HEX triplet: C2, 8C and E1. RGB value is (194,140,225). Sum of RGB (Red+Green+Blue) = 194+140+225=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #C28CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CE1 is #3D731E. Grayscale: #A5A5A5. Windows color (decimal): -4027167 or 14781634. OLE color: 14781634.

HSL color Cylindrical-coordinate representation of color #C28CE1: hue angle of 278.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28CE1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 140 225 -
CMYK 0.14 0.38 0 0.12
HSL 278.12º 0.59% 0.72% -
HSV(B) 278.12º 0.38% 0.88% -
XYZ 45.22 35.66 75.73 -
YUV 165.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 194 140 225 0.14 0.38 0 0.12 278.12 0.59 0.72
Hex C2 8C E1 E 26 0 C 116 3B 48
Octal 302 214 341 16 46 0 14 426 73 110
Binary 11000010 10001100 11100001 1110 100110 0 1100 100010110 111011 1001000

Color Harmonies of #C28CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CE1

Black with #C28CE1

Text Example


Text Example

White with #C28CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CE1; }

 p { color: rgb(194,140,225); }

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

background-color css

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

 a { background-color: rgb(194,140,225); }

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

border-color css

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

 span { border-color: rgb(194,140,225); }

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