Html Css Color HEX #C38FF0 Wisteria

📋 copy color: '#C38FF0'

red 195 ◦ green 143 ◦ blue 240

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

Shades of Wisteria #C38FF0

Tints of Wisteria #C38FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 33.74%
G = 24.74%
B = 41.52%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C38FF0 (or 0xC38FF0) is known color: Wisteria. HEX triplet: C3, 8F and F0. RGB value is (195,143,240). Sum of RGB (Red+Green+Blue) = 195+143+240=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #C38FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FF0 is #3C700F. Grayscale: #A9A9A9. Windows color (decimal): -3960848 or 15765443. OLE color: 15765443.

HSL color Cylindrical-coordinate representation of color #C38FF0: hue angle of 272.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38FF0 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 143 240 -
CMYK 0.19 0.40 0 0.06
HSL 272.16º 0.76% 0.75% -
HSV(B) 272.16º 0.4% 0.94% -
XYZ 48.06 37.54 87.15 -
YUV 169.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 195 143 240 0.19 0.40 0 0.06 272.16 0.76 0.75
Hex C3 8F F0 13 28 0 6 110 4C 4B
Octal 303 217 360 23 50 0 6 420 114 113
Binary 11000011 10001111 11110000 10011 101000 0 110 100010000 1001100 1001011

Color Harmonies of #C38FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FF0

Black with #C38FF0

Text Example


Text Example

White with #C38FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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