Html Css Color HEX #C28FE0 Wisteria

📋 copy color: '#C28FE0'

red 194 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C28FE0

Tints of Wisteria #C28FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 34.58%
G = 25.49%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C28FE0 (or 0xC28FE0) is known color: Wisteria. HEX triplet: C2, 8F and E0. RGB value is (194,143,224). Sum of RGB (Red+Green+Blue) = 194+143+224=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #C28FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FE0 is #3D701F. Grayscale: #A7A7A7. Windows color (decimal): -4026400 or 14716866. OLE color: 14716866.

HSL color Cylindrical-coordinate representation of color #C28FE0: hue angle of 277.78º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28FE0 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 143 224 -
CMYK 0.13 0.36 0 0.12
HSL 277.78º 0.57% 0.72% -
HSV(B) 277.78º 0.36% 0.88% -
XYZ 45.53 36.5 75.17 -
YUV 167.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 194 143 224 0.13 0.36 0 0.12 277.78 0.57 0.72
Hex C2 8F E0 D 24 0 C 116 39 48
Octal 302 217 340 15 44 0 14 426 71 110
Binary 11000010 10001111 11100000 1101 100100 0 1100 100010110 111001 1001000

Color Harmonies of #C28FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FE0

Black with #C28FE0

Text Example


Text Example

White with #C28FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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