Html Css Color HEX #C38EFE Wisteria

📋 copy color: '#C38EFE'

red 195 ◦ green 142 ◦ blue 254

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

Shades of Wisteria #C38EFE

Tints of Wisteria #C38EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 32.99%
G = 24.03%
B = 42.98%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C38EFE (or 0xC38EFE) is known color: Wisteria. HEX triplet: C3, 8E and FE. RGB value is (195,142,254). Sum of RGB (Red+Green+Blue) = 195+142+254=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C38EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFE is #3C7101. Grayscale: #AAAAAA. Windows color (decimal): -3961090 or 16682691. OLE color: 16682691.

HSL color Cylindrical-coordinate representation of color #C38EFE: hue angle of 268.39º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38EFE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 142 254 -
CMYK 0.23 0.44 0 0.00
HSL 268.39º 0.98% 0.78% -
HSV(B) 268.39º 0.44% 1% -
XYZ 50.07 38.1 98.48 -
YUV 170.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 195 142 254 0.23 0.44 0 0.00 268.39 0.98 0.78
Hex C3 8E FE 17 2C 0 0 10C 62 4E
Octal 303 216 376 27 54 0 0 414 142 116
Binary 11000011 10001110 11111110 10111 101100 0 0 100001100 1100010 1001110

Color Harmonies of #C38EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EFE

Black with #C38EFE

Text Example


Text Example

White with #C38EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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