Html Css Color HEX #C38DCF Wisteria

📋 copy color: '#C38DCF'

red 195 ◦ green 141 ◦ blue 207

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

Shades of Wisteria #C38DCF

Tints of Wisteria #C38DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.97%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 35.91%
G = 25.97%
B = 38.12%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C38DCF (or 0xC38DCF) is known color: Wisteria. HEX triplet: C3, 8D and CF. RGB value is (195,141,207). Sum of RGB (Red+Green+Blue) = 195+141+207=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DCF is #3C7230. Grayscale: #A4A4A4. Windows color (decimal): -3961393 or 13602243. OLE color: 13602243.

HSL color Cylindrical-coordinate representation of color #C38DCF: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38DCF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 141 207 -
CMYK 0.06 0.32 0 0.19
HSL 289.09º 0.41% 0.68% -
HSV(B) 289.09º 0.32% 0.81% -
XYZ 43.29 35.16 63.54 -
YUV 164.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 195 141 207 0.06 0.32 0 0.19 289.09 0.41 0.68
Hex C3 8D CF 6 20 0 13 121 29 44
Octal 303 215 317 6 40 0 23 441 51 104
Binary 11000011 10001101 11001111 110 100000 0 10011 100100001 101001 1000100

Color Harmonies of #C38DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DCF

Black with #C38DCF

Text Example


Text Example

White with #C38DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DCF; }

 p { color: rgb(195,141,207); }

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

background-color css

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

 a { background-color: rgb(195,141,207); }

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

border-color css

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

 span { border-color: rgb(195,141,207); }

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