Html Css Color HEX #C38FDF Wisteria

📋 copy color: '#C38FDF'

red 195 ◦ green 143 ◦ blue 223

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

Shades of Wisteria #C38FDF

Tints of Wisteria #C38FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 34.76%
G = 25.49%
B = 39.75%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38FDF (or 0xC38FDF) is known color: Wisteria. HEX triplet: C3, 8F and DF. RGB value is (195,143,223). Sum of RGB (Red+Green+Blue) = 195+143+223=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C38FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FDF is #3C7020. Grayscale: #A7A7A7. Windows color (decimal): -3960865 or 14651331. OLE color: 14651331.

HSL color Cylindrical-coordinate representation of color #C38FDF: hue angle of 279º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38FDF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 143 223 -
CMYK 0.13 0.36 0 0.13
HSL 279º 0.56% 0.72% -
HSV(B) 279º 0.36% 0.87% -
XYZ 45.65 36.57 74.47 -
YUV 167.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 195 143 223 0.13 0.36 0 0.13 279 0.56 0.72
Hex C3 8F DF D 24 0 D 117 38 48
Octal 303 217 337 15 44 0 15 427 70 110
Binary 11000011 10001111 11011111 1101 100100 0 1101 100010111 111000 1001000

Color Harmonies of #C38FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FDF

Black with #C38FDF

Text Example


Text Example

White with #C38FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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