Html Css Color HEX #C28CEE Wisteria

📋 copy color: '#C28CEE'

red 194 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #C28CEE

Tints of Wisteria #C28CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 33.92%
G = 24.48%
B = 41.61%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C28CEE (or 0xC28CEE) is known color: Wisteria. HEX triplet: C2, 8C and EE. RGB value is (194,140,238). Sum of RGB (Red+Green+Blue) = 194+140+238=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CEE is #3D7311. Grayscale: #A6A6A6. Windows color (decimal): -4027154 or 15633602. OLE color: 15633602.

HSL color Cylindrical-coordinate representation of color #C28CEE: hue angle of 273.06º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28CEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 140 238 -
CMYK 0.18 0.41 0 0.07
HSL 273.06º 0.74% 0.74% -
HSV(B) 273.06º 0.41% 0.93% -
XYZ 47.06 36.4 85.43 -
YUV 167.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 194 140 238 0.18 0.41 0 0.07 273.06 0.74 0.74
Hex C2 8C EE 12 29 0 7 111 4A 4A
Octal 302 214 356 22 51 0 7 421 112 112
Binary 11000010 10001100 11101110 10010 101001 0 111 100010001 1001010 1001010

Color Harmonies of #C28CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CEE

Black with #C28CEE

Text Example


Text Example

White with #C28CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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