Html Css Color HEX #C38BCF Wisteria

📋 copy color: '#C38BCF'

red 195 ◦ green 139 ◦ blue 207

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

Shades of Wisteria #C38BCF

Tints of Wisteria #C38BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 36.04%
G = 25.69%
B = 38.26%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C38BCF (or 0xC38BCF) is known color: Wisteria. HEX triplet: C3, 8B and CF. RGB value is (195,139,207). Sum of RGB (Red+Green+Blue) = 195+139+207=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BCF is #3C7430. Grayscale: #A3A3A3. Windows color (decimal): -3961905 or 13601731. OLE color: 13601731.

HSL color Cylindrical-coordinate representation of color #C38BCF: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38BCF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 139 207 -
CMYK 0.06 0.33 0 0.19
HSL 289.41º 0.41% 0.68% -
HSV(B) 289.41º 0.33% 0.81% -
XYZ 43 34.57 63.44 -
YUV 163.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 195 139 207 0.06 0.33 0 0.19 289.41 0.41 0.68
Hex C3 8B CF 6 21 0 13 121 29 44
Octal 303 213 317 6 41 0 23 441 51 104
Binary 11000011 10001011 11001111 110 100001 0 10011 100100001 101001 1000100

Color Harmonies of #C38BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BCF

Black with #C38BCF

Text Example


Text Example

White with #C38BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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