Html Css Color HEX #C38EF9 Wisteria

📋 copy color: '#C38EF9'

red 195 ◦ green 142 ◦ blue 249

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

Shades of Wisteria #C38EF9

Tints of Wisteria #C38EF9

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

 GREEN value IS 142 (55.86% from 255) = 24.23%

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

R = 33.28%
G = 24.23%
B = 42.49%

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

#C38EF9 (or 0xC38EF9) is known color: Wisteria. HEX triplet: C3, 8E and F9. RGB value is (195,142,249). Sum of RGB (Red+Green+Blue) = 195+142+249=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C38EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EF9 is #3C7106. Grayscale: #A9A9A9. Windows color (decimal): -3961095 or 16355011. OLE color: 16355011.

HSL color Cylindrical-coordinate representation of color #C38EF9: hue angle of 269.72º degrees, saturation: 0.9, 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 #C38EF9 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 142 249 -
CMYK 0.22 0.43 0 0.02
HSL 269.72º 0.9% 0.77% -
HSV(B) 269.72º 0.43% 0.98% -
XYZ 49.28 37.79 94.32 -
YUV 170.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 195 142 249 0.22 0.43 0 0.02 269.72 0.9 0.77
Hex C3 8E F9 16 2B 0 2 10E 5A 4D
Octal 303 216 371 26 53 0 2 416 132 115
Binary 11000011 10001110 11111001 10110 101011 0 10 100001110 1011010 1001101

Color Harmonies of #C38EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EF9

Black with #C38EF9

Text Example


Text Example

White with #C38EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EF9; }

 p { color: rgb(195,142,249); }

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

background-color css

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

 a { background-color: rgb(195,142,249); }

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

border-color css

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

 span { border-color: rgb(195,142,249); }

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