Html Css Color HEX #C38CF9 Wisteria

📋 copy color: '#C38CF9'

red 195 ◦ green 140 ◦ blue 249

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

Shades of Wisteria #C38CF9

Tints of Wisteria #C38CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.97%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 33.39%
G = 23.97%
B = 42.64%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C38CF9 (or 0xC38CF9) is known color: Wisteria. HEX triplet: C3, 8C and F9. RGB value is (195,140,249). Sum of RGB (Red+Green+Blue) = 195+140+249=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #C38CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CF9 is #3C7306. Grayscale: #A8A8A8. Windows color (decimal): -3961607 or 16354499. OLE color: 16354499.

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

Color convert

RGB 195 140 249 -
CMYK 0.22 0.44 0 0.02
HSL 270.28º 0.9% 0.76% -
HSV(B) 270.28º 0.44% 0.98% -
XYZ 48.98 37.2 94.22 -
YUV 168.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 195 140 249 0.22 0.44 0 0.02 270.28 0.9 0.76
Hex C3 8C F9 16 2C 0 2 10E 5A 4C
Octal 303 214 371 26 54 0 2 416 132 114
Binary 11000011 10001100 11111001 10110 101100 0 10 100001110 1011010 1001100

Color Harmonies of #C38CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CF9

Black with #C38CF9

Text Example


Text Example

White with #C38CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CF9; }

 p { color: rgb(195,140,249); }

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

background-color css

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

 a { background-color: rgb(195,140,249); }

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

border-color css

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

 span { border-color: rgb(195,140,249); }

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