Html Css Color HEX #C38CE3 Wisteria

📋 copy color: '#C38CE3'

red 195 ◦ green 140 ◦ blue 227

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

Shades of Wisteria #C38CE3

Tints of Wisteria #C38CE3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.91%

 BLUE value IS 227 (89.06% from 255) = 40.39%

R = 34.7%
G = 24.91%
B = 40.39%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C38CE3 (or 0xC38CE3) is known color: Wisteria. HEX triplet: C3, 8C and E3. RGB value is (195,140,227). Sum of RGB (Red+Green+Blue) = 195+140+227=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #C38CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CE3 is #3C731C. Grayscale: #A6A6A6. Windows color (decimal): -3961629 or 14912707. OLE color: 14912707.

HSL color Cylindrical-coordinate representation of color #C38CE3: hue angle of 277.93º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38CE3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 140 227 -
CMYK 0.14 0.38 0 0.11
HSL 277.93º 0.61% 0.72% -
HSV(B) 277.93º 0.38% 0.89% -
XYZ 45.75 35.9 77.19 -
YUV 166.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 195 140 227 0.14 0.38 0 0.11 277.93 0.61 0.72
Hex C3 8C E3 E 26 0 B 116 3D 48
Octal 303 214 343 16 46 0 13 426 75 110
Binary 11000011 10001100 11100011 1110 100110 0 1011 100010110 111101 1001000

Color Harmonies of #C38CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CE3

Black with #C38CE3

Text Example


Text Example

White with #C38CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CE3; }

 p { color: rgb(195,140,227); }

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

background-color css

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

 a { background-color: rgb(195,140,227); }

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

border-color css

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

 span { border-color: rgb(195,140,227); }

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