Html Css Color HEX #C28AF9 Wisteria

📋 copy color: '#C28AF9'

red 194 ◦ green 138 ◦ blue 249

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

Shades of Wisteria #C28AF9

Tints of Wisteria #C28AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.75%

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

R = 33.39%
G = 23.75%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C28AF9 (or 0xC28AF9) is known color: Wisteria. HEX triplet: C2, 8A and F9. RGB value is (194,138,249). Sum of RGB (Red+Green+Blue) = 194+138+249=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #C28AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AF9 is #3D7506. Grayscale: #A7A7A7. Windows color (decimal): -4027655 or 16353986. OLE color: 16353986.

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

Color convert

RGB 194 138 249 -
CMYK 0.22 0.45 0 0.02
HSL 270.27º 0.9% 0.76% -
HSV(B) 270.27º 0.45% 0.98% -
XYZ 48.44 36.49 94.11 -
YUV 167.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 194 138 249 0.22 0.45 0 0.02 270.27 0.9 0.76
Hex C2 8A F9 16 2D 0 2 10E 5A 4C
Octal 302 212 371 26 55 0 2 416 132 114
Binary 11000010 10001010 11111001 10110 101101 0 10 100001110 1011010 1001100

Color Harmonies of #C28AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AF9

Black with #C28AF9

Text Example


Text Example

White with #C28AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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