Html Css Color HEX #C28FFA Wisteria

📋 copy color: '#C28FFA'

red 194 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #C28FFA

Tints of Wisteria #C28FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 33.05%
G = 24.36%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C28FFA (or 0xC28FFA) is known color: Wisteria. HEX triplet: C2, 8F and FA. RGB value is (194,143,250). Sum of RGB (Red+Green+Blue) = 194+143+250=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C28FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FFA is #3D7005. Grayscale: #AAAAAA. Windows color (decimal): -4026374 or 16420802. OLE color: 16420802.

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

Color convert

RGB 194 143 250 -
CMYK 0.22 0.43 0 0.02
HSL 268.6º 0.91% 0.77% -
HSV(B) 268.6º 0.43% 0.98% -
XYZ 49.33 38.02 95.18 -
YUV 170.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 194 143 250 0.22 0.43 0 0.02 268.6 0.91 0.77
Hex C2 8F FA 16 2B 0 2 10D 5B 4D
Octal 302 217 372 26 53 0 2 415 133 115
Binary 11000010 10001111 11111010 10110 101011 0 10 100001101 1011011 1001101

Color Harmonies of #C28FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FFA

Black with #C28FFA

Text Example


Text Example

White with #C28FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FFA; }

 p { color: rgb(194,143,250); }

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

background-color css

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

 a { background-color: rgb(194,143,250); }

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

border-color css

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

 span { border-color: rgb(194,143,250); }

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