Html Css Color HEX #C38FDA Wisteria

📋 copy color: '#C38FDA'

red 195 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C38FDA

Tints of Wisteria #C38FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 35.07%
G = 25.72%
B = 39.21%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C38FDA (or 0xC38FDA) is known color: Wisteria. HEX triplet: C3, 8F and DA. RGB value is (195,143,218). Sum of RGB (Red+Green+Blue) = 195+143+218=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C38FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FDA is #3C7025. Grayscale: #A6A6A6. Windows color (decimal): -3960870 or 14323651. OLE color: 14323651.

HSL color Cylindrical-coordinate representation of color #C38FDA: hue angle of 281.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38FDA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 143 218 -
CMYK 0.11 0.34 0 0.15
HSL 281.6º 0.5% 0.71% -
HSV(B) 281.6º 0.34% 0.85% -
XYZ 44.98 36.31 70.97 -
YUV 167.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 195 143 218 0.11 0.34 0 0.15 281.6 0.5 0.71
Hex C3 8F DA B 22 0 F 11A 32 47
Octal 303 217 332 13 42 0 17 432 62 107
Binary 11000011 10001111 11011010 1011 100010 0 1111 100011010 110010 1000111

Color Harmonies of #C38FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FDA

Black with #C38FDA

Text Example


Text Example

White with #C38FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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