Html Css Color HEX #C38EEA Wisteria

📋 copy color: '#C38EEA'

red 195 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #C38EEA

Tints of Wisteria #C38EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 34.15%
G = 24.87%
B = 40.98%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C38EEA (or 0xC38EEA) is known color: Wisteria. HEX triplet: C3, 8E and EA. RGB value is (195,142,234). Sum of RGB (Red+Green+Blue) = 195+142+234=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C38EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EEA is #3C7115. Grayscale: #A8A8A8. Windows color (decimal): -3961110 or 15371971. OLE color: 15371971.

HSL color Cylindrical-coordinate representation of color #C38EEA: hue angle of 274.57º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38EEA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 142 234 -
CMYK 0.17 0.39 0 0.08
HSL 274.57º 0.69% 0.74% -
HSV(B) 274.57º 0.39% 0.92% -
XYZ 47.03 36.89 82.48 -
YUV 168.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 195 142 234 0.17 0.39 0 0.08 274.57 0.69 0.74
Hex C3 8E EA 11 27 0 8 113 45 4A
Octal 303 216 352 21 47 0 10 423 105 112
Binary 11000011 10001110 11101010 10001 100111 0 1000 100010011 1000101 1001010

Color Harmonies of #C38EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EEA

Black with #C38EEA

Text Example


Text Example

White with #C38EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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