Html Css Color HEX #C38FEF Wisteria

📋 copy color: '#C38FEF'

red 195 ◦ green 143 ◦ blue 239

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

Shades of Wisteria #C38FEF

Tints of Wisteria #C38FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 33.8%
G = 24.78%
B = 41.42%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C38FEF (or 0xC38FEF) is known color: Wisteria. HEX triplet: C3, 8F and EF. RGB value is (195,143,239). Sum of RGB (Red+Green+Blue) = 195+143+239=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #C38FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FEF is #3C7010. Grayscale: #A9A9A9. Windows color (decimal): -3960849 or 15699907. OLE color: 15699907.

HSL color Cylindrical-coordinate representation of color #C38FEF: hue angle of 272.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38FEF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 143 239 -
CMYK 0.18 0.40 0 0.06
HSL 272.5º 0.75% 0.75% -
HSV(B) 272.5º 0.4% 0.94% -
XYZ 47.91 37.48 86.37 -
YUV 169.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 195 143 239 0.18 0.40 0 0.06 272.5 0.75 0.75
Hex C3 8F EF 12 28 0 6 110 4B 4B
Octal 303 217 357 22 50 0 6 420 113 113
Binary 11000011 10001111 11101111 10010 101000 0 110 100010000 1001011 1001011

Color Harmonies of #C38FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FEF

Black with #C38FEF

Text Example


Text Example

White with #C38FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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