Html Css Color HEX #C38CDD Wisteria

📋 copy color: '#C38CDD'

red 195 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C38CDD

Tints of Wisteria #C38CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 35.07%
G = 25.18%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38CDD (or 0xC38CDD) is known color: Wisteria. HEX triplet: C3, 8C and DD. RGB value is (195,140,221). Sum of RGB (Red+Green+Blue) = 195+140+221=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDD is #3C7322. Grayscale: #A5A5A5. Windows color (decimal): -3961635 or 14519491. OLE color: 14519491.

HSL color Cylindrical-coordinate representation of color #C38CDD: hue angle of 280.74º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38CDD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 140 221 -
CMYK 0.12 0.37 0 0.13
HSL 280.74º 0.54% 0.71% -
HSV(B) 280.74º 0.37% 0.87% -
XYZ 44.93 35.58 72.91 -
YUV 165.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 195 140 221 0.12 0.37 0 0.13 280.74 0.54 0.71
Hex C3 8C DD C 25 0 D 119 36 47
Octal 303 214 335 14 45 0 15 431 66 107
Binary 11000011 10001100 11011101 1100 100101 0 1101 100011001 110110 1000111

Color Harmonies of #C38CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CDD

Black with #C38CDD

Text Example


Text Example

White with #C38CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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