Html Css Color HEX #C28CEF Wisteria

📋 copy color: '#C28CEF'

red 194 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #C28CEF

Tints of Wisteria #C28CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 33.86%
G = 24.43%
B = 41.71%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C28CEF (or 0xC28CEF) is known color: Wisteria. HEX triplet: C2, 8C and EF. RGB value is (194,140,239). Sum of RGB (Red+Green+Blue) = 194+140+239=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #C28CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CEF is #3D7310. Grayscale: #A7A7A7. Windows color (decimal): -4027153 or 15699138. OLE color: 15699138.

HSL color Cylindrical-coordinate representation of color #C28CEF: hue angle of 272.73º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28CEF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 140 239 -
CMYK 0.19 0.41 0 0.06
HSL 272.73º 0.76% 0.74% -
HSV(B) 272.73º 0.41% 0.94% -
XYZ 47.21 36.46 86.21 -
YUV 167.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 194 140 239 0.19 0.41 0 0.06 272.73 0.76 0.74
Hex C2 8C EF 13 29 0 6 111 4C 4A
Octal 302 214 357 23 51 0 6 421 114 112
Binary 11000010 10001100 11101111 10011 101001 0 110 100010001 1001100 1001010

Color Harmonies of #C28CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CEF

Black with #C28CEF

Text Example


Text Example

White with #C28CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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