Html Css Color HEX #C38CDE Wisteria

📋 copy color: '#C38CDE'

red 195 ◦ green 140 ◦ blue 222

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

Shades of Wisteria #C38CDE

Tints of Wisteria #C38CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 35.01%
G = 25.13%
B = 39.86%

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

#C38CDE (or 0xC38CDE) is known color: Wisteria. HEX triplet: C3, 8C and DE. RGB value is (195,140,222). Sum of RGB (Red+Green+Blue) = 195+140+222=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C38CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDE is #3C7321. Grayscale: #A5A5A5. Windows color (decimal): -3961634 or 14585027. OLE color: 14585027.

HSL color Cylindrical-coordinate representation of color #C38CDE: hue angle of 280.24º degrees, saturation: 0.55, 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 #C38CDE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 140 222 -
CMYK 0.12 0.37 0 0.13
HSL 280.24º 0.55% 0.71% -
HSV(B) 280.24º 0.37% 0.87% -
XYZ 45.07 35.63 73.61 -
YUV 165.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 195 140 222 0.12 0.37 0 0.13 280.24 0.55 0.71
Hex C3 8C DE C 25 0 D 118 37 47
Octal 303 214 336 14 45 0 15 430 67 107
Binary 11000011 10001100 11011110 1100 100101 0 1101 100011000 110111 1000111

Color Harmonies of #C38CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CDE

Black with #C38CDE

Text Example


Text Example

White with #C38CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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