Html Css Color HEX #C28CEB Wisteria

📋 copy color: '#C28CEB'

red 194 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C28CEB

Tints of Wisteria #C28CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 34.09%
G = 24.6%
B = 41.3%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C28CEB (or 0xC28CEB) is known color: Wisteria. HEX triplet: C2, 8C and EB. RGB value is (194,140,235). Sum of RGB (Red+Green+Blue) = 194+140+235=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C28CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CEB is #3D7314. Grayscale: #A6A6A6. Windows color (decimal): -4027157 or 15436994. OLE color: 15436994.

HSL color Cylindrical-coordinate representation of color #C28CEB: hue angle of 274.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28CEB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 140 235 -
CMYK 0.17 0.40 0 0.08
HSL 274.11º 0.7% 0.74% -
HSV(B) 274.11º 0.4% 0.92% -
XYZ 46.62 36.22 83.13 -
YUV 166.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 194 140 235 0.17 0.40 0 0.08 274.11 0.7 0.74
Hex C2 8C EB 11 28 0 8 112 46 4A
Octal 302 214 353 21 50 0 10 422 106 112
Binary 11000010 10001100 11101011 10001 101000 0 1000 100010010 1000110 1001010

Color Harmonies of #C28CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CEB

Black with #C28CEB

Text Example


Text Example

White with #C28CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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