Html Css Color HEX #C38ED0 Wisteria

📋 copy color: '#C38ED0'

red 195 ◦ green 142 ◦ blue 208

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

Shades of Wisteria #C38ED0

Tints of Wisteria #C38ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 35.78%
G = 26.06%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C38ED0 (or 0xC38ED0) is known color: Wisteria. HEX triplet: C3, 8E and D0. RGB value is (195,142,208). Sum of RGB (Red+Green+Blue) = 195+142+208=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C38ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ED0 is #3C712F. Grayscale: #A5A5A5. Windows color (decimal): -3961136 or 13668035. OLE color: 13668035.

HSL color Cylindrical-coordinate representation of color #C38ED0: hue angle of 288.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38ED0 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 142 208 -
CMYK 0.06 0.32 0 0.18
HSL 288.18º 0.41% 0.69% -
HSV(B) 288.18º 0.32% 0.82% -
XYZ 43.56 35.5 64.23 -
YUV 165.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 195 142 208 0.06 0.32 0 0.18 288.18 0.41 0.69
Hex C3 8E D0 6 20 0 12 120 29 45
Octal 303 216 320 6 40 0 22 440 51 105
Binary 11000011 10001110 11010000 110 100000 0 10010 100100000 101001 1000101

Color Harmonies of #C38ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38ED0

Black with #C38ED0

Text Example


Text Example

White with #C38ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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