Html Css Color HEX #C28CF9 Wisteria

📋 copy color: '#C28CF9'

red 194 ◦ green 140 ◦ blue 249

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

Shades of Wisteria #C28CF9

Tints of Wisteria #C28CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 33.28%
G = 24.01%
B = 42.71%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C28CF9 (or 0xC28CF9) is known color: Wisteria. HEX triplet: C2, 8C and F9. RGB value is (194,140,249). Sum of RGB (Red+Green+Blue) = 194+140+249=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #C28CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CF9 is #3D7306. Grayscale: #A8A8A8. Windows color (decimal): -4027143 or 16354498. OLE color: 16354498.

HSL color Cylindrical-coordinate representation of color #C28CF9: hue angle of 269.72º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28CF9 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 140 249 -
CMYK 0.22 0.44 0 0.02
HSL 269.72º 0.9% 0.76% -
HSV(B) 269.72º 0.44% 0.98% -
XYZ 48.73 37.07 94.21 -
YUV 168.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 194 140 249 0.22 0.44 0 0.02 269.72 0.9 0.76
Hex C2 8C F9 16 2C 0 2 10E 5A 4C
Octal 302 214 371 26 54 0 2 416 132 114
Binary 11000010 10001100 11111001 10110 101100 0 10 100001110 1011010 1001100

Color Harmonies of #C28CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CF9

Black with #C28CF9

Text Example


Text Example

White with #C28CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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