Html Css Color HEX #C38FE5 Wisteria

📋 copy color: '#C38FE5'

red 195 ◦ green 143 ◦ blue 229

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

Shades of Wisteria #C38FE5

Tints of Wisteria #C38FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 34.39%
G = 25.22%
B = 40.39%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C38FE5 (or 0xC38FE5) is known color: Wisteria. HEX triplet: C3, 8F and E5. RGB value is (195,143,229). Sum of RGB (Red+Green+Blue) = 195+143+229=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #C38FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FE5 is #3C701A. Grayscale: #A8A8A8. Windows color (decimal): -3960859 or 15044547. OLE color: 15044547.

HSL color Cylindrical-coordinate representation of color #C38FE5: hue angle of 276.28º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38FE5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 143 229 -
CMYK 0.15 0.38 0 0.10
HSL 276.28º 0.62% 0.73% -
HSV(B) 276.28º 0.38% 0.9% -
XYZ 46.47 36.9 78.8 -
YUV 168.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 195 143 229 0.15 0.38 0 0.10 276.28 0.62 0.73
Hex C3 8F E5 F 26 0 A 114 3E 49
Octal 303 217 345 17 46 0 12 424 76 111
Binary 11000011 10001111 11100101 1111 100110 0 1010 100010100 111110 1001001

Color Harmonies of #C38FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FE5

Black with #C38FE5

Text Example


Text Example

White with #C38FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FE5; }

 p { color: rgb(195,143,229); }

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

background-color css

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

 a { background-color: rgb(195,143,229); }

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

border-color css

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

 span { border-color: rgb(195,143,229); }

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