Html Css Color HEX #C38EFD Wisteria

📋 copy color: '#C38EFD'

red 195 ◦ green 142 ◦ blue 253

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

Shades of Wisteria #C38EFD

Tints of Wisteria #C38EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.07%

 BLUE value IS 253 (99.22% from 255) = 42.88%

R = 33.05%
G = 24.07%
B = 42.88%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C38EFD (or 0xC38EFD) is known color: Wisteria. HEX triplet: C3, 8E and FD. RGB value is (195,142,253). Sum of RGB (Red+Green+Blue) = 195+142+253=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #C38EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFD is #3C7102. Grayscale: #AAAAAA. Windows color (decimal): -3961091 or 16617155. OLE color: 16617155.

HSL color Cylindrical-coordinate representation of color #C38EFD: hue angle of 268.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38EFD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 142 253 -
CMYK 0.23 0.44 0 0.01
HSL 268.65º 0.97% 0.77% -
HSV(B) 268.65º 0.44% 0.99% -
XYZ 49.91 38.04 97.64 -
YUV 170.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 195 142 253 0.23 0.44 0 0.01 268.65 0.97 0.77
Hex C3 8E FD 17 2C 0 1 10D 61 4D
Octal 303 216 375 27 54 0 1 415 141 115
Binary 11000011 10001110 11111101 10111 101100 0 1 100001101 1100001 1001101

Color Harmonies of #C38EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EFD

Black with #C38EFD

Text Example


Text Example

White with #C38EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EFD; }

 p { color: rgb(195,142,253); }

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

background-color css

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

 a { background-color: rgb(195,142,253); }

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

border-color css

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

 span { border-color: rgb(195,142,253); }

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