Html Css Color HEX #C38ADA Wisteria

📋 copy color: '#C38ADA'

red 195 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #C38ADA

Tints of Wisteria #C38ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.05%

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

R = 35.39%
G = 25.05%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C38ADA (or 0xC38ADA) is known color: Wisteria. HEX triplet: C3, 8A and DA. RGB value is (195,138,218). Sum of RGB (Red+Green+Blue) = 195+138+218=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C38ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ADA is #3C7525. Grayscale: #A3A3A3. Windows color (decimal): -3962150 or 14322371. OLE color: 14322371.

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

Color convert

RGB 195 138 218 -
CMYK 0.11 0.37 0 0.15
HSL 282.75º 0.52% 0.7% -
HSV(B) 282.75º 0.37% 0.85% -
XYZ 44.25 34.84 70.72 -
YUV 164.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 195 138 218 0.11 0.37 0 0.15 282.75 0.52 0.7
Hex C3 8A DA B 25 0 F 11B 34 46
Octal 303 212 332 13 45 0 17 433 64 106
Binary 11000011 10001010 11011010 1011 100101 0 1111 100011011 110100 1000110

Color Harmonies of #C38ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38ADA

Black with #C38ADA

Text Example


Text Example

White with #C38ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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