Html Css Color HEX #C38EFB Wisteria

📋 copy color: '#C38EFB'

red 195 ◦ green 142 ◦ blue 251

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

Shades of Wisteria #C38EFB

Tints of Wisteria #C38EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 33.16%
G = 24.15%
B = 42.69%

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

#C38EFB (or 0xC38EFB) is known color: Wisteria. HEX triplet: C3, 8E and FB. RGB value is (195,142,251). Sum of RGB (Red+Green+Blue) = 195+142+251=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C38EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFB is #3C7104. Grayscale: #A9A9A9. Windows color (decimal): -3961093 or 16486083. OLE color: 16486083.

HSL color Cylindrical-coordinate representation of color #C38EFB: hue angle of 269.17º degrees, saturation: 0.93, 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 #C38EFB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 142 251 -
CMYK 0.22 0.43 0 0.02
HSL 269.17º 0.93% 0.77% -
HSV(B) 269.17º 0.43% 0.98% -
XYZ 49.59 37.91 95.97 -
YUV 170.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 195 142 251 0.22 0.43 0 0.02 269.17 0.93 0.77
Hex C3 8E FB 16 2B 0 2 10D 5D 4D
Octal 303 216 373 26 53 0 2 415 135 115
Binary 11000011 10001110 11111011 10110 101011 0 10 100001101 1011101 1001101

Color Harmonies of #C38EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EFB

Black with #C38EFB

Text Example


Text Example

White with #C38EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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