Html Css Color HEX #C38EFA Wisteria

📋 copy color: '#C38EFA'

red 195 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C38EFA

Tints of Wisteria #C38EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 33.22%
G = 24.19%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C38EFA (or 0xC38EFA) is known color: Wisteria. HEX triplet: C3, 8E and FA. RGB value is (195,142,250). Sum of RGB (Red+Green+Blue) = 195+142+250=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C38EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFA is #3C7105. Grayscale: #A9A9A9. Windows color (decimal): -3961094 or 16420547. OLE color: 16420547.

HSL color Cylindrical-coordinate representation of color #C38EFA: hue angle of 269.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38EFA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 142 250 -
CMYK 0.22 0.43 0 0.02
HSL 269.44º 0.92% 0.77% -
HSV(B) 269.44º 0.43% 0.98% -
XYZ 49.43 37.85 95.14 -
YUV 170.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 195 142 250 0.22 0.43 0 0.02 269.44 0.92 0.77
Hex C3 8E FA 16 2B 0 2 10D 5C 4D
Octal 303 216 372 26 53 0 2 415 134 115
Binary 11000011 10001110 11111010 10110 101011 0 10 100001101 1011100 1001101

Color Harmonies of #C38EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EFA

Black with #C38EFA

Text Example


Text Example

White with #C38EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EFA; }

 p { color: rgb(195,142,250); }

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

background-color css

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

 a { background-color: rgb(195,142,250); }

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

border-color css

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

 span { border-color: rgb(195,142,250); }

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