Html Css Color HEX #C38DFC Wisteria

📋 copy color: '#C38DFC'

red 195 ◦ green 141 ◦ blue 252

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

Shades of Wisteria #C38DFC

Tints of Wisteria #C38DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 33.16%
G = 23.98%
B = 42.86%

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

#C38DFC (or 0xC38DFC) is known color: Wisteria. HEX triplet: C3, 8D and FC. RGB value is (195,141,252). Sum of RGB (Red+Green+Blue) = 195+141+252=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #C38DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DFC is #3C7203. Grayscale: #A9A9A9. Windows color (decimal): -3961348 or 16551363. OLE color: 16551363.

HSL color Cylindrical-coordinate representation of color #C38DFC: hue angle of 269.19º degrees, saturation: 0.95, 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 #C38DFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 141 252 -
CMYK 0.23 0.44 0 0.01
HSL 269.19º 0.95% 0.77% -
HSV(B) 269.19º 0.44% 0.99% -
XYZ 49.6 37.68 96.75 -
YUV 169.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 195 141 252 0.23 0.44 0 0.01 269.19 0.95 0.77
Hex C3 8D FC 17 2C 0 1 10D 5F 4D
Octal 303 215 374 27 54 0 1 415 137 115
Binary 11000011 10001101 11111100 10111 101100 0 1 100001101 1011111 1001101

Color Harmonies of #C38DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DFC

Black with #C38DFC

Text Example


Text Example

White with #C38DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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