Html Css Color HEX #C38DFD Wisteria

📋 copy color: '#C38DFD'

red 195 ◦ green 141 ◦ blue 253

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

Shades of Wisteria #C38DFD

Tints of Wisteria #C38DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 33.11%
G = 23.94%
B = 42.95%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C38DFD (or 0xC38DFD) is known color: Wisteria. HEX triplet: C3, 8D and FD. RGB value is (195,141,253). Sum of RGB (Red+Green+Blue) = 195+141+253=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #C38DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DFD is #3C7202. Grayscale: #A9A9A9. Windows color (decimal): -3961347 or 16616899. OLE color: 16616899.

HSL color Cylindrical-coordinate representation of color #C38DFD: hue angle of 268.93º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38DFD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 141 253 -
CMYK 0.23 0.44 0 0.01
HSL 268.93º 0.97% 0.77% -
HSV(B) 268.93º 0.44% 0.99% -
XYZ 49.76 37.74 97.59 -
YUV 169.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 195 141 253 0.23 0.44 0 0.01 268.93 0.97 0.77
Hex C3 8D FD 17 2C 0 1 10D 61 4D
Octal 303 215 375 27 54 0 1 415 141 115
Binary 11000011 10001101 11111101 10111 101100 0 1 100001101 1100001 1001101

Color Harmonies of #C38DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DFD

Black with #C38DFD

Text Example


Text Example

White with #C38DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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