Html Css Color HEX #C38BFB Wisteria

📋 copy color: '#C38BFB'

red 195 ◦ green 139 ◦ blue 251

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

Shades of Wisteria #C38BFB

Tints of Wisteria #C38BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.76%

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

R = 33.33%
G = 23.76%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C38BFB (or 0xC38BFB) is known color: Wisteria. HEX triplet: C3, 8B and FB. RGB value is (195,139,251). Sum of RGB (Red+Green+Blue) = 195+139+251=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #C38BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BFB is #3C7404. Grayscale: #A8A8A8. Windows color (decimal): -3961861 or 16485315. OLE color: 16485315.

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

Color convert

RGB 195 139 251 -
CMYK 0.22 0.45 0 0.02
HSL 270º 0.93% 0.76% -
HSV(B) 270º 0.45% 0.98% -
XYZ 49.15 37.03 95.82 -
YUV 168.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 195 139 251 0.22 0.45 0 0.02 270 0.93 0.76
Hex C3 8B FB 16 2D 0 2 10E 5D 4C
Octal 303 213 373 26 55 0 2 416 135 114
Binary 11000011 10001011 11111011 10110 101101 0 10 100001110 1011101 1001100

Color Harmonies of #C38BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BFB

Black with #C38BFB

Text Example


Text Example

White with #C38BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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