Html Css Color HEX #C18CCF Wisteria

📋 copy color: '#C18CCF'

red 193 ◦ green 140 ◦ blue 207

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

Shades of Wisteria #C18CCF

Tints of Wisteria #C18CCF

RGB

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

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

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

R = 35.74%
G = 25.93%
B = 38.33%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18CCF (or 0xC18CCF) is known color: Wisteria. HEX triplet: C1, 8C and CF. RGB value is (193,140,207). Sum of RGB (Red+Green+Blue) = 193+140+207=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CCF is #3E7330. Grayscale: #A3A3A3. Windows color (decimal): -4092721 or 13601985. OLE color: 13601985.

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

Color convert

RGB 193 140 207 -
CMYK 0.07 0.32 0 0.19
HSL 287.46º 0.41% 0.68% -
HSV(B) 287.46º 0.32% 0.81% -
XYZ 42.63 34.6 63.46 -
YUV 163.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 193 140 207 0.07 0.32 0 0.19 287.46 0.41 0.68
Hex C1 8C CF 7 20 0 13 11F 29 44
Octal 301 214 317 7 40 0 23 437 51 104
Binary 11000001 10001100 11001111 111 100000 0 10011 100011111 101001 1000100

Color Harmonies of #C18CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CCF

Black with #C18CCF

Text Example


Text Example

White with #C18CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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