Html Css Color HEX #C18BCF Wisteria

📋 copy color: '#C18BCF'

red 193 ◦ green 139 ◦ blue 207

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

Shades of Wisteria #C18BCF

Tints of Wisteria #C18BCF

RGB

 RED value IS 193 (75.78% from 255) = 35.81%

 GREEN value IS 139 (54.69% from 255) = 25.79%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 35.81%
G = 25.79%
B = 38.4%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18BCF (or 0xC18BCF) is known color: Wisteria. HEX triplet: C1, 8B and CF. RGB value is (193,139,207). Sum of RGB (Red+Green+Blue) = 193+139+207=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCF is #3E7430. Grayscale: #A2A2A2. Windows color (decimal): -4092977 or 13601729. OLE color: 13601729.

HSL color Cylindrical-coordinate representation of color #C18BCF: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18BCF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 139 207 -
CMYK 0.07 0.33 0 0.19
HSL 287.65º 0.41% 0.68% -
HSV(B) 287.65º 0.33% 0.81% -
XYZ 42.49 34.31 63.41 -
YUV 162.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 193 139 207 0.07 0.33 0 0.19 287.65 0.41 0.68
Hex C1 8B CF 7 21 0 13 120 29 44
Octal 301 213 317 7 41 0 23 440 51 104
Binary 11000001 10001011 11001111 111 100001 0 10011 100100000 101001 1000100

Color Harmonies of #C18BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BCF

Black with #C18BCF

Text Example


Text Example

White with #C18BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BCF; }

 p { color: rgb(193,139,207); }

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

background-color css

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

 a { background-color: rgb(193,139,207); }

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

border-color css

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

 span { border-color: rgb(193,139,207); }

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